Skip to content

Commit

Permalink
Merge pull request ethereum#17651 from ethersphere/wet-run-bug
Browse files Browse the repository at this point in the history
cmd/swarm: password threw on upload manifest
  • Loading branch information
zelig authored Sep 12, 2018
2 parents 2d98099 + 933ebaa commit b06ff56
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/swarm/access.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit b06ff56

Please sign in to comment.