include/git: fix already-exists download message

i forgot to put the download path in printf

Signed-off-by: Leah Rowe <leah@libreboot.org>
btrfsvols
Leah Rowe 2023-10-20 09:13:49 +01:00
parent 73145b7980
commit 743a425cd6
1 changed files with 1 additions and 1 deletions

View File

@ -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