diff options
-rwxr-xr-x | include/git.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git.sh b/include/git.sh index 5fa54211..f97e5e61 100755 --- a/include/git.sh +++ b/include/git.sh @@ -99,7 +99,7 @@ clone_project() loc="${loc#src/}" loc="src/${loc}" if [ -d "${loc}" ]; then - printf "%s already exists, so skipping download\n" 1>&2 + printf "%s already exists, so skipping download\n" "$loc" 1>&2 return 0 fi |