diff options
-rwxr-xr-x | share/hydra/bootless | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/hydra/bootless b/share/hydra/bootless index 65ff1e7..75d4a66 100755 --- a/share/hydra/bootless +++ b/share/hydra/bootless @@ -109,7 +109,7 @@ EOF if [ "$rsync" == "true" ]; then $sudo rsync -Cav ${BOOTLESS_DIR}/ ${tmpdir}/boot/ else - $sudo git clone --depth=1 ${BOOTLESS_DIR} ${tmpdir}/boot + $sudo git clone --depth=1 file:///${BOOTLESS_DIR} ${tmpdir}/boot if [ $? != 0 ]; then echo "Error: failed to clone repository \"${BOOTLESS_DIR}\" in \"${tmpdir}\" (errno: $?)." exit 1 |