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
parent
73145b7980
commit
743a425cd6
|
@ -99,7 +99,7 @@ clone_project()
|
||||||
loc="${loc#src/}"
|
loc="${loc#src/}"
|
||||||
loc="src/${loc}"
|
loc="src/${loc}"
|
||||||
if [ -d "${loc}" ]; then
|
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
|
return 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue