From 71680b16065b8ba5ec8b1c7761b4af1d2b8c202a Mon Sep 17 00:00:00 2001 From: Sam Date: Fri, 13 Jun 2014 11:21:11 +1000 Subject: [PATCH] FEATURE: list containers when making a typo --- launcher | 2 ++ 1 file changed, 2 insertions(+) diff --git a/launcher b/launcher index 8a39c39..b8e0a46 100755 --- a/launcher +++ b/launcher @@ -230,6 +230,8 @@ RUBY if [ ! -e $config_file ] then echo "Config file was not found, ensure $config_file exists" + echo "" + echo "Available configs ( `cd containers && ls -dm *.yml | tr -s '\n' ' ' | awk '{ gsub(/\.yml/, ""); print }'`)" exit 1 fi -- 2.25.1