From 3491ece2ee07d72a6d6d0bac50328f8654cad9f1 Mon Sep 17 00:00:00 2001 From: Philip Hands Date: Sun, 19 Jun 2016 12:33:43 +0200 Subject: d-i: missing close quotes Signed-off-by: Holger Levsen --- bin/d-i_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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 -- cgit v1.2.3-54-g00ecf