From ae096096e34de7e84047a29e487103f7ce6c391a Mon Sep 17 00:00:00 2001 From: kali Date: Thu, 15 Jul 2021 18:20:18 +0200 Subject: [pkg] fix typos --- branding/scripts/osx-stapler.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'branding') diff --git a/branding/scripts/osx-stapler.sh b/branding/scripts/osx-stapler.sh index 5017f0b..377d6eb 100755 --- a/branding/scripts/osx-stapler.sh +++ b/branding/scripts/osx-stapler.sh @@ -14,9 +14,9 @@ requestInfo=$(xcrun altool --notarize-app \ -u ${USER} \ -p ${OSXAPPPASS}) -uuid=$(python branding/scripts/osx-get-uuid.py $requestInfo) +uuid=$(python3 branding/scripts/osx-staple-uuid.py $requestInfo) -current_status = "in progress" +current_status="in progress" while [[ "$currentStatus" == "in progress" ]]; do @@ -25,7 +25,7 @@ sleep 15 statusResponse=$(xcrun altool --notarization-info "$uuid" \ --username ${USER} \ --password ${OSXAPPPASS}) -current_status=$(python branding/scripts/osx-get-status.py $statusResponse) +current_status=$(python3 branding/scripts/osx-staple-status.py $statusResponse) done -- cgit v1.2.3