We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ccd1f4 commit 8eb03b6Copy full SHA for 8eb03b6
gitfile.sh
@@ -7,6 +7,7 @@ function cloneRepo
7
SOURCE=${1}
8
VERSION=${2}
9
GIT_CLONE_PATH=${3//\~/$HOME}
10
+ echo "${SOURCE}"
11
if [ ! -d "${GIT_CLONE_PATH}" ]; then
12
git clone "${SOURCE}" ${GIT_CLONE_PATH} -q
13
fi
0 commit comments