cmd/swarm: password threw on upload manifest

release/1.8
Elad 6 years ago
parent 580145e96d
commit 933ebaa47e
  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