From de343551d4a2fd06822dcbf970b083b075c54df8 Mon Sep 17 00:00:00 2001 From: Marnin Date: Mon, 15 Jun 2020 08:39:26 -0400 Subject: [PATCH] Fixed Opinionated Typo --- build_python_framework_pkgs.zsh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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