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

Commit 73e4106

Browse files
committed
Updating formatting.
Signed-off-by: Eric Willis <eric@ecwillis.com>
1 parent c34470b commit 73e4106

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

cmd/docker-app/deploy.go

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ import (
1616
)
1717

1818
type deployOptions struct {
19-
deployComposeFiles []string
20-
deploySettingsFiles []string
21-
deployEnv []string
22-
deployOrchestrator string
23-
deployKubeConfig string
24-
deployNamespace string
25-
deployStackName string
26-
deploySendRegistryAuth bool
19+
deployComposeFiles []string
20+
deploySettingsFiles []string
21+
deployEnv []string
22+
deployOrchestrator string
23+
deployKubeConfig string
24+
deployNamespace string
25+
deployStackName string
26+
deploySendRegistryAuth bool
2727
}
2828

2929
// deployCmd represents the deploy command
@@ -76,8 +76,8 @@ func runDeploy(dockerCli command.Cli, flags *pflag.FlagSet, appname string, opts
7676
stackName = internal.AppNameFromDir(app.Name)
7777
}
7878
return stack.RunDeploy(dockerCli, flags, rendered, deployOrchestrator, options.Deploy{
79-
Namespace: stackName,
80-
ResolveImage: swarm.ResolveImageAlways,
79+
Namespace: stackName,
80+
ResolveImage: swarm.ResolveImageAlways,
8181
SendRegistryAuth: opts.deploySendRegistryAuth,
8282
})
8383
}

0 commit comments

Comments
 (0)