From e0a8b015c97a5d7bc813630606fc0847c1b25d80 Mon Sep 17 00:00:00 2001 From: Adam Codega Date: Mon, 7 Mar 2022 23:17:37 -0500 Subject: [PATCH] New Dialog repo URL --- dialogCheckFunction.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"