Skip to content

Commit c6bda3d

Browse files
Andrii BoichukAndrii Boichuk
authored andcommitted
rename CISCO-shutdown to cisco-shutdown
1 parent b108403 commit c6bda3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Test/main.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ int main(int argc, char *argv[])
257257
}
258258

259259
webdriver::RouteTable *routeTableWithShutdownCommand = new webdriver::RouteTable(wd_server->GetRouteTable());
260-
const char shutdownCommandRoute[] = "/-CISCO-shutdown";
260+
const char shutdownCommandRoute[] = "/-cisco-shutdown";
261261
routeTableWithShutdownCommand->Add<webdriver::ShutdownCommand>(shutdownCommandRoute);
262262
wd_server->SetRouteTable(routeTableWithShutdownCommand);
263263

0 commit comments

Comments
 (0)