diff --git a/internal/apply/apply.go b/internal/apply/apply.go index 4956715b9..1dca6ec16 100644 --- a/internal/apply/apply.go +++ b/internal/apply/apply.go @@ -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"}, }