diff --git a/build_python_framework_pkgs.zsh b/build_python_framework_pkgs.zsh index 135a4fb..45a23ff 100755 --- a/build_python_framework_pkgs.zsh +++ b/build_python_framework_pkgs.zsh @@ -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