From 302f2f05fdd29e713890a714c4b5c3e26f75edd9 Mon Sep 17 00:00:00 2001 From: Andy Semak Date: Tue, 15 Dec 2020 13:24:06 +0000 Subject: [PATCH] Fix very minor typo (#19) --- build_all_python_frameworks.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_all_python_frameworks.zsh b/build_all_python_frameworks.zsh index 5bd695e..da07e9f 100755 --- a/build_all_python_frameworks.zsh +++ b/build_all_python_frameworks.zsh @@ -1,7 +1,7 @@ #!/bin/zsh # # Build script for all Python 3 frameworks -# Adaptd from https://github.com/munki/munki/blob/Munki3dev/code/tools/build_python_framework.sh +# Adapted from https://github.com/munki/munki/blob/Munki3dev/code/tools/build_python_framework.sh # IMPORTANT # Run this with your current directory being the path where this script is located