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

cmd/swarm: password threw on upload manifest
release/1.8
Viktor Trón 6 years ago committed by GitHub
commit b06ff563a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      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)

Loading…
Cancel
Save