Skip to content

Commit d527a4f

Browse files
authored
fix: Ensure the staging environment is properly passed through (#283)
#282
1 parent d1b3783 commit d527a4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/apply/apply.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ func applyAll(dir string, projectConfig projectconfig.ZeroProjectConfig, applyEn
101101
// promptEnvironments Prompts the user for the environments to apply against and returns a slice of strings representing the environments
102102
func promptEnvironments() []string {
103103
items := map[string][]string{
104-
"Staging ": {"stage"},
104+
"Staging": {"stage"},
105105
"Production": {"prod"},
106106
"Both Staging and Production": {"stage", "prod"},
107107
}

0 commit comments

Comments
 (0)