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

Commit 7eef499

Browse files
author
Matthieu Nottale
committed
deploy: Fix typo that made settings ignored.
Signed-off-by: Matthieu Nottale <[email protected]>
1 parent 56764e4 commit 7eef499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/deploy.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ then deployed similarly to 'docker stack deploy'.`,
2525
if deployOrchestrator != "swarm" && deployOrchestrator != "kubernetes" {
2626
return fmt.Errorf("orchestrator must be either 'swarm' or 'kubernetes'")
2727
}
28-
d, err := parseSettings(helmEnv)
28+
d, err := parseSettings(deployEnv)
2929
if err != nil {
3030
return err
3131
}

0 commit comments

Comments
 (0)