Merge pull request #17651 from ethersphere/wet-run-bug

cmd/swarm: password threw on upload manifest
This commit is contained in:
Viktor Trón
2018-09-12 10:23:27 +02:00
committed by GitHub

View File

@ -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)