Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit c34470b

Browse files
committed
Updated tab spacing
Signed-off-by: Eric Willis <eric@ecwillis.com>
1 parent 9df3618 commit c34470b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/docker-app/deploy.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,6 @@ func runDeploy(dockerCli command.Cli, flags *pflag.FlagSet, appname string, opts
7878
return stack.RunDeploy(dockerCli, flags, rendered, deployOrchestrator, options.Deploy{
7979
Namespace: stackName,
8080
ResolveImage: swarm.ResolveImageAlways,
81-
SendRegistryAuth: opts.deploySendRegistryAuth,
81+
SendRegistryAuth: opts.deploySendRegistryAuth,
8282
})
8383
}

0 commit comments

Comments
 (0)