From 933ebaa47ee14c64dc9b014f727b0f8b59d2ca90 Mon Sep 17 00:00:00 2001 From: Elad Date: Wed, 12 Sep 2018 08:25:04 +0200 Subject: cmd/swarm: password threw on upload manifest --- cmd/swarm/access.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/swarm/access.go b/cmd/swarm/access.go index 12cfbfc1a..df1edf046 100644 --- a/cmd/swarm/access.go +++ b/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) -- cgit v1.2.3