summaryrefslogtreecommitdiffstats
path: root/bin/d-i_build.sh
diff options
context:
space:
mode:
authorPhilip Hands <phil@hands.com>2016-06-19 12:33:43 +0200
committerHolger Levsen <holger@layer-acht.org>2016-06-19 12:34:35 +0200
commit3491ece2ee07d72a6d6d0bac50328f8654cad9f1 (patch)
tree5ccfcf82ce00424114c2050f54fcf8375f0e5fc0 /bin/d-i_build.sh
parent9046941f19d7eccd75eef0a0f90afaf8aeb820d1 (diff)
downloadjenkins.debian.net-3491ece2ee07d72a6d6d0bac50328f8654cad9f1.tar.xz
d-i: missing close quotes
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/d-i_build.sh')
-rwxr-xr-xbin/d-i_build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/d-i_build.sh b/bin/d-i_build.sh
index d6480f76..54a32489 100755
--- a/bin/d-i_build.sh
+++ b/bin/d-i_build.sh
@@ -55,7 +55,7 @@ preserve_artifacts() {
if [ "$HOSTNAME" = "jenkins" ] ; then
# FIXME this rsync should probably be in a separate job that the one on pb10 could then depend on -- otherwise race conditions seem to lurk
- rsync -e "ssh -o 'Batchmode = yes' -r profitbricks-build10-amd64.debian.net:$PU_BRANCH_DIR/ $PU_BRANCH_DIR/
+ rsync -e "ssh -o 'Batchmode = yes'" -r profitbricks-build10-amd64.debian.net:$PU_BRANCH_DIR/ $PU_BRANCH_DIR/
fi
fi