This commit is contained in:
Erik Gomez
2020-06-15 09:19:57 -05:00
4 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -22,12 +22,12 @@ if [ -n "$1" ]; then
TYPE=$1
elif [[ "$1" == "no_customization" ]]; then
TYPE=$1
elif [[ "$1" == "opionated" ]]; then
elif [[ "$1" == "opinionated" ]]; then
TYPE=$1
elif [[ "$1" == 'recommended' ]]; then
TYPE=$1
else
echo "Specified positional argument other than opionated or recommended. Using minimal workflow"
echo "Specified positional argument other than opinionated or recommended. Using minimal workflow"
TYPE='minimal'
fi
else