From e9aa7df1d977a57db054a7a54b9600ef59cd61cc Mon Sep 17 00:00:00 2001 From: Sam Saffron Date: Thu, 28 Nov 2013 16:39:00 -0800 Subject: [PATCH] fixed name of image --- launcher | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/launcher b/launcher index 040e59c..b00b638 100755 --- a/launcher +++ b/launcher @@ -67,7 +67,7 @@ case "$command" in "require 'yaml'; puts YAML.load(STDIN.readlines.join)['templates']"` arrTemplates=(${templates// / }) - config=$(cat $config_file) + config_data=$(cat $config_file) input="hack: true" for template in "${arrTemplates[@]}" @@ -78,7 +78,7 @@ case "$command" in done # we always want our config file last so it takes priority - input="$input _FILE_SEPERATOR_ $config" + input="$input _FILE_SEPERATOR_ $config_data" set_volumes -- 2.25.1