diff --git a/cmd/swarm/access.go b/cmd/swarm/access.go index 1e69526ec..67e852dde 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)