aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/swarm/swarm-smoke/feed_upload_and_sync.go
diff options
context:
space:
mode:
authorAnton Evangelatov <anton.evangelatov@gmail.com>2018-11-30 00:43:15 +0800
committerPéter Szilágyi <peterke@gmail.com>2018-11-30 00:43:15 +0800
commit7e7781ffaa5c5486c5e7b66dea4986e063524f63 (patch)
treee872b76d139caebc9a115dd46a7388c23235edba /cmd/swarm/swarm-smoke/feed_upload_and_sync.go
parent01371469e60ead5c442cefb71351583aabb1fc82 (diff)
downloadgo-tangerine-7e7781ffaa5c5486c5e7b66dea4986e063524f63.tar.gz
go-tangerine-7e7781ffaa5c5486c5e7b66dea4986e063524f63.tar.zst
go-tangerine-7e7781ffaa5c5486c5e7b66dea4986e063524f63.zip
cmd/swarm: add flag for application name (swarm or swarm-private) (#18189)
* cmd/swarm: add flag for application name (swarm or swarm-private) * cmd/swarm/swarm-smoke: return correct exit code * cmd/swarm/swarm-smoke: remove colorable * remove swarm/grafana_dashboards
Diffstat (limited to 'cmd/swarm/swarm-smoke/feed_upload_and_sync.go')
-rw-r--r--cmd/swarm/swarm-smoke/feed_upload_and_sync.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/swarm/swarm-smoke/feed_upload_and_sync.go b/cmd/swarm/swarm-smoke/feed_upload_and_sync.go
index 0328d656f..7ec152826 100644
--- a/cmd/swarm/swarm-smoke/feed_upload_and_sync.go
+++ b/cmd/swarm/swarm-smoke/feed_upload_and_sync.go
@@ -33,7 +33,7 @@ func cliFeedUploadAndSync(c *cli.Context) error {
defer func(now time.Time) { log.Info("total time", "time", time.Since(now), "size (kb)", filesize) }(time.Now())
- generateEndpoints(scheme, cluster, from, to)
+ generateEndpoints(scheme, cluster, appName, from, to)
log.Info("generating and uploading feeds to " + endpoints[0] + " and syncing")