Fixed Opinionated Typo

This commit is contained in:
Marnin
2020-06-15 08:39:26 -04:00
committed by GitHub
parent 0bcadbebc3
commit de343551d4
+2 -2
View File
@@ -17,12 +17,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