cmd/swarm: password threw on upload manifest

This commit is contained in:
Elad 2018-09-12 08:25:04 +02:00
parent 580145e96d
commit 933ebaa47e

View File

@ -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)