good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit b06ff563 authored by Viktor Trón's avatar Viktor Trón Committed by GitHub
Browse files

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

cmd/swarm: password threw on upload manifest
parents 2d98099c 933ebaa4
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment