Merge branch 'master' of https://github.com/macadmins/python
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user