Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion internal/apply/apply.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ func applyAll(dir string, projectConfig projectconfig.ZeroProjectConfig, applyEn
// promptEnvironments Prompts the user for the environments to apply against and returns a slice of strings representing the environments
func promptEnvironments() []string {
items := map[string][]string{
"Staging ": {"stage"},
"Staging": {"stage"},
"Production": {"prod"},
"Both Staging and Production": {"stage", "prod"},
}
Expand Down