Skip to content

Commit 8eb03b6

Browse files
committed
add echo output of 'source' repo to be able to see progress
1 parent 1ccd1f4 commit 8eb03b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gitfile.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ function cloneRepo
77
SOURCE=${1}
88
VERSION=${2}
99
GIT_CLONE_PATH=${3//\~/$HOME}
10+
echo "${SOURCE}"
1011
if [ ! -d "${GIT_CLONE_PATH}" ]; then
1112
git clone "${SOURCE}" ${GIT_CLONE_PATH} -q
1213
fi

0 commit comments

Comments
 (0)