Unverified Commit b06ff563 authored by Viktor Trón's avatar Viktor Trón Committed by GitHub

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

cmd/swarm: password threw on upload manifest
parents 2d98099c 933ebaa4
...@@ -62,7 +62,6 @@ func accessNewPass(ctx *cli.Context) { ...@@ -62,7 +62,6 @@ func accessNewPass(ctx *cli.Context) {
utils.Fatalf("had an error printing the manifests: %v", err) utils.Fatalf("had an error printing the manifests: %v", err)
} }
} else { } else {
utils.Fatalf("uploading manifests")
err = uploadManifests(ctx, m, nil) err = uploadManifests(ctx, m, nil)
if err != nil { if err != nil {
utils.Fatalf("had an error uploading the manifests: %v", err) utils.Fatalf("had an error uploading the manifests: %v", err)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment