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
commit b06ff563a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)