Skip to content

Commit

Permalink
Doh! Wrong command
Browse files Browse the repository at this point in the history
Signed-off-by: Yuri Shkuro <ys@uber.com>
  • Loading branch information
Yuri Shkuro committed Oct 24, 2017
1 parent 52612f3 commit 45f377d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crossdock/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ func startCollector(logger *zap.Logger) {
forkCmd(
logger,
collectorCmd,
"--query.static-files=/ui/",
"--cassandra.keyspace=jaeger",
"--cassandra.servers=cassandra",
"--collector.zipkin.http-port=9411",
Expand All @@ -132,6 +131,7 @@ func startQueryService(url string, logger *zap.Logger) services.QueryService {
forkCmd(
logger,
queryCmd,
"--query.static-files=/ui/",
"--cassandra.keyspace=jaeger",
"--cassandra.servers=cassandra",
)
Expand Down

0 comments on commit 45f377d

Please sign in to comment.