diff --git a/dialogCheckFunction.sh b/dialogCheckFunction.sh index 9edeffc..40ee795 100644 --- a/dialogCheckFunction.sh +++ b/dialogCheckFunction.sh @@ -2,7 +2,7 @@ function dialogCheck(){ # Get the URL of the latest PKG From the Dialog GitHub repo - dialogURL=$(curl --silent --fail "https://api.github.com/repos/bartreardon/Dialog/releases/latest" | awk -F '"' "/browser_download_url/ && /pkg\"/ { print \$4; exit }") + dialogURL=$(curl --silent --fail "https://api.github.com/repos/bartreardon/swiftDialog/releases/latest" | awk -F '"' "/browser_download_url/ && /pkg\"/ { print \$4; exit }") # Expected Team ID of the downloaded PKG expectedDialogTeamID="PWA5E9TQ59"