From 3e899ae79c262e6175baa5325c3e2745ba394626 Mon Sep 17 00:00:00 2001 From: Armin Briegel <1933192+scriptingosx@users.noreply.github.com> Date: Tue, 2 Jun 2020 15:19:13 +0200 Subject: [PATCH] fixed git download url generation --- Installomator.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Installomator.sh b/Installomator.sh index 735fe87..425e831 100755 --- a/Installomator.sh +++ b/Installomator.sh @@ -158,7 +158,7 @@ downloadURLFromGit() { # $1 git user name, $2 git repo name echo "could not retrieve download URL for $gitusername/$gitreponame" exit 9 else - printlog "$downloadURL" + echo "$downloadURL" return 0 fi } @@ -1268,7 +1268,7 @@ printlog "$message" if [[ $currentUser != "loginwindow" && $NOTIFY == "success" ]]; then printlog "notifying" - displaynotification "Installed $name, version $appversion" "Installation complete!" + displaynotification "$message" "Installation complete!" fi # all done!