diff options
Diffstat (limited to 'bin/chroot-run.sh')
-rwxr-xr-x | bin/chroot-run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/chroot-run.sh b/bin/chroot-run.sh index 62d35dfe..fc8472a3 100755 --- a/bin/chroot-run.sh +++ b/bin/chroot-run.sh @@ -84,7 +84,7 @@ cleanup() { # CHANGES=$(ls -1 $CHROOT_TARGET/tmp/debian-edu-doc_*.changes 2>/dev/null|| true) if [ ! -z "$CHANGES" ] ; then - publish_changes_to_userContent $CHANGES debian-edu "git${GIT_COMMIT:0:7}" + publish_changes_to_userContent $CHANGES debian-edu "git ${GIT_COMMIT:0:7}" fi if [ -d $CHROOT_TARGET/proc ]; then |