diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-10-26 13:17:28 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-10-26 13:17:28 +0100 |
commit | 463ab7147f088ac19858a634d678887d8a5edfd5 (patch) | |
tree | a18d48477d5ad5876c200983ac6c1a14ce90a77d | |
parent | 9c02fed844a9cf62a7094c34fb0ca6d38640a07a (diff) | |
download | jenkins.debian.net-463ab7147f088ac19858a634d678887d8a5edfd5.tar.xz |
whitespace change
-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 |