diff --git a/Installomator.sh b/Installomator.sh index 823553b..1d02fdf 100755 --- a/Installomator.sh +++ b/Installomator.sh @@ -472,7 +472,7 @@ downloadURLFromGit() { # $1 git user name, $2 git repo name if [ -z "$downloadURL" ]; then cleanupAndExit 9 "could not retrieve download URL for $gitusername/$gitreponame" ERROR else - echo "$downloadURL" + echo "$downloadURL" | head -1 return 0 fi }