This commit is contained in:
Takanori TANIGUCHI
2022-08-30 09:48:33 +09:00
parent 4a60dcb017
commit 32721128f6

View File

@@ -168,7 +168,7 @@ downloadURLFromGit() { # $1 git user name, $2 git repo name
if [ -z "$downloadURL" ]; then
cleanupAndExit 14 "could not retrieve download URL for $gitusername/$gitreponame" ERROR
else
echo "$downloadURL" | head -1
echo "$downloadURL"
return 0
fi
}