aboutsummaryrefslogtreecommitdiffstats
path: root/cmd
diff options
context:
space:
mode:
authorElad <theman@elad.im>2018-09-12 14:25:04 +0800
committerElad <theman@elad.im>2018-09-12 14:25:04 +0800
commit933ebaa47ee14c64dc9b014f727b0f8b59d2ca90 (patch)
tree6063a689c823f95c4bd8699ae6833c99efb01376 /cmd
parent580145e96db848cb8e2f8bb8f0621bcacbc9521c (diff)
downloadgo-tangerine-933ebaa47ee14c64dc9b014f727b0f8b59d2ca90.tar
go-tangerine-933ebaa47ee14c64dc9b014f727b0f8b59d2ca90.tar.gz
go-tangerine-933ebaa47ee14c64dc9b014f727b0f8b59d2ca90.tar.bz2
go-tangerine-933ebaa47ee14c64dc9b014f727b0f8b59d2ca90.tar.lz
go-tangerine-933ebaa47ee14c64dc9b014f727b0f8b59d2ca90.tar.xz
go-tangerine-933ebaa47ee14c64dc9b014f727b0f8b59d2ca90.tar.zst
go-tangerine-933ebaa47ee14c64dc9b014f727b0f8b59d2ca90.zip
cmd/swarm: password threw on upload manifest
Diffstat (limited to 'cmd')
-rw-r--r--cmd/swarm/access.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/swarm/access.go b/cmd/swarm/access.go
index 12cfbfc1a..df1edf046 100644
--- a/cmd/swarm/access.go
+++ b/cmd/swarm/access.go
@@ -62,7 +62,6 @@ func accessNewPass(ctx *cli.Context) {
utils.Fatalf("had an error printing the manifests: %v", err)
}
} else {
- utils.Fatalf("uploading manifests")
err = uploadManifests(ctx, m, nil)
if err != nil {
utils.Fatalf("had an error uploading the manifests: %v", err)