Fix fission bundle build failure

This commit is contained in:
Ta-Ching Chen
2018-01-24 15:38:52 +08:00
parent b578819202
commit b7c97cec8c
+3 -3
View File
@@ -163,15 +163,15 @@ Options:
runExecutor(port, fissionNs, functionNs) runExecutor(port, fissionNs, functionNs)
} }
if arguments["--kubewatcher"] { if arguments["--kubewatcher"] == true {
runKubeWatcher(routerUrl) runKubeWatcher(routerUrl)
} }
if arguments["--timer"] { if arguments["--timer"] == true {
runTimer(routerUrl) runTimer(routerUrl)
} }
if arguments["--mqt"] { if arguments["--mqt"] == true {
runMessageQueueMgr(routerUrl) runMessageQueueMgr(routerUrl)
} }