From 8e55226ce8034d84a96be509c5861557fa913671 Mon Sep 17 00:00:00 2001 From: William Miceli <1-WilliamMiceli@git.williammiceli.systems> Date: Fri, 14 Jun 2019 20:06:36 -0400 Subject: [PATCH] Fixed case of variable --- templates/Snipe-IT/0/rancher-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/Snipe-IT/0/rancher-compose.yml b/templates/Snipe-IT/0/rancher-compose.yml index f39e3f4..6c672de 100644 --- a/templates/Snipe-IT/0/rancher-compose.yml +++ b/templates/Snipe-IT/0/rancher-compose.yml @@ -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