Fixed case of variable

This commit is contained in:
William Miceli
2019-06-14 20:06:36 -04:00
parent c2b6559d64
commit 8e55226ce8

View File

@@ -24,7 +24,7 @@ catalog:
required: true
type: string
- variable: "Environment"
- variable: "ENVIRONMENT"
label: "Environment"
# description:
default: production
@@ -34,7 +34,7 @@ catalog:
- production
- development
- variable: "Debug"
- variable: "DEBUG"
label: "Debug Mode"
# description:
default: false