summaryrefslogtreecommitdiffstats
path: root/core/includes/downloader.inc
diff options
context:
space:
mode:
Diffstat (limited to 'core/includes/downloader.inc')
-rw-r--r--core/includes/downloader.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/includes/downloader.inc b/core/includes/downloader.inc
index a229b255..51ba7962 100644
--- a/core/includes/downloader.inc
+++ b/core/includes/downloader.inc
@@ -146,7 +146,7 @@ autoclone () {
fi
fi
[ -n "$AUTOCLONE_FILE" ] \
- && echo "$( git -C "$dstdir/$dst" rev-parse --abbrev-ref HEAD ) $( git -C "$dstdir/$dst" rev-parse --short HEAD )" \
+ && echo "$dst: $( git -C "$dstdir/$dst" rev-parse --abbrev-ref HEAD ) $( git -C "$dstdir/$dst" rev-parse --short HEAD )" \
>> "$AUTOCLONE_FILE"
done
return 0