aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/swarm
diff options
context:
space:
mode:
authorViktor TrĂ³n <viktor.tron@gmail.com>2018-09-12 16:23:27 +0800
committerGitHub <noreply@github.com>2018-09-12 16:23:27 +0800
commitb06ff563a1f1095407612e04a1707e13d2dc20da (patch)
tree4f05eb593b3025074c6473e67f424b8d752a29af /cmd/swarm
parent2d98099c25f85a531f0acf28d89ca710f4569c6c (diff)
parent933ebaa47ee14c64dc9b014f727b0f8b59d2ca90 (diff)
downloadgo-tangerine-b06ff563a1f1095407612e04a1707e13d2dc20da.tar
go-tangerine-b06ff563a1f1095407612e04a1707e13d2dc20da.tar.gz
go-tangerine-b06ff563a1f1095407612e04a1707e13d2dc20da.tar.bz2
go-tangerine-b06ff563a1f1095407612e04a1707e13d2dc20da.tar.lz
go-tangerine-b06ff563a1f1095407612e04a1707e13d2dc20da.tar.xz
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
Diffstat (limited to 'cmd/swarm')
-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 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)