diff options
author | Elad <theman@elad.im> | 2018-09-12 14:25:04 +0800 |
---|---|---|
committer | Elad <theman@elad.im> | 2018-09-12 14:25:04 +0800 |
commit | 933ebaa47ee14c64dc9b014f727b0f8b59d2ca90 (patch) | |
tree | 6063a689c823f95c4bd8699ae6833c99efb01376 /cmd | |
parent | 580145e96db848cb8e2f8bb8f0621bcacbc9521c (diff) | |
download | dexon-933ebaa47ee14c64dc9b014f727b0f8b59d2ca90.tar.gz dexon-933ebaa47ee14c64dc9b014f727b0f8b59d2ca90.tar.zst dexon-933ebaa47ee14c64dc9b014f727b0f8b59d2ca90.zip |
cmd/swarm: password threw on upload manifest
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/swarm/access.go | 1 |
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) |