summaryrefslogtreecommitdiffstats
path: root/core/includes
diff options
context:
space:
mode:
authorSimon Rettberg2021-07-09 15:57:45 +0200
committerSimon Rettberg2021-07-09 15:57:45 +0200
commit72770a2dd39691ac752347b0a287341f01525b83 (patch)
tree1acc230d41f23cc822b2883d05f01a3e90fe735a /core/includes
parentadd stage4 target (diff)
downloadmltk-72770a2dd39691ac752347b0a287341f01525b83.tar.gz
mltk-72770a2dd39691ac752347b0a287341f01525b83.tar.xz
mltk-72770a2dd39691ac752347b0a287341f01525b83.zip
autoclone: Prefix with repo name
Diffstat (limited to 'core/includes')
-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