xci: scripts: start-new-vm.sh: Remove empty line 61/45361/1
authorMarkos Chandras <mchandras@suse.de>
Tue, 17 Oct 2017 16:05:53 +0000 (17:05 +0100)
committerMarkos Chandras <mchandras@suse.de>
Tue, 17 Oct 2017 16:06:07 +0000 (17:06 +0100)
The empty line is wrong and it may cause some issues so drop it.

Change-Id: I4120e00df1dd9b7061dc1175e0ea6db8e0a9df88
Signed-off-by: Markos Chandras <mchandras@suse.de>
xci/scripts/vm/start-new-vm.sh

index 7558dcb..a694274 100755 (executable)
@@ -303,7 +303,6 @@ EOF
 # Need to copy releng-xci to the vm so we can execute stuff
 do_copy() {
        rsync -a \
-
                --exclude "${VM_NAME}*" \
                --exclude "${OS}*" \
                --exclude "build.log" \