forked from cerc-io/plugeth
cmd/swarm: password threw on upload manifest
This commit is contained in:
parent
580145e96d
commit
933ebaa47e
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user