diff options
author | Viktor TrĂ³n <viktor.tron@gmail.com> | 2018-09-12 16:23:27 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-12 16:23:27 +0800 |
commit | b06ff563a1f1095407612e04a1707e13d2dc20da (patch) | |
tree | 4f05eb593b3025074c6473e67f424b8d752a29af | |
parent | 2d98099c25f85a531f0acf28d89ca710f4569c6c (diff) | |
parent | 933ebaa47ee14c64dc9b014f727b0f8b59d2ca90 (diff) | |
download | go-tangerine-b06ff563a1f1095407612e04a1707e13d2dc20da.tar.gz go-tangerine-b06ff563a1f1095407612e04a1707e13d2dc20da.tar.zst go-tangerine-b06ff563a1f1095407612e04a1707e13d2dc20da.zip |
Merge pull request #17651 from ethersphere/wet-run-bug
cmd/swarm: password threw on upload manifest
-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 1e69526ec..67e852dde 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) |