From 182e3b080b6e0f9cf7c1c9df31d22baef5f12456 Mon Sep 17 00:00:00 2001
From: Markos Chandras <mchandras@suse.de>
Date: Tue, 17 Oct 2017 17:05:53 +0100
Subject: xci: scripts: start-new-vm.sh: Remove empty line

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 | 1 -
 1 file changed, 1 deletion(-)

diff --git a/xci/scripts/vm/start-new-vm.sh b/xci/scripts/vm/start-new-vm.sh
index 7558dcb6..a6942746 100755
--- a/xci/scripts/vm/start-new-vm.sh
+++ b/xci/scripts/vm/start-new-vm.sh
@@ -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" \
-- 
cgit