From 7cff074e951fc025056511b3d593009d87ef926f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rog=C3=A9rio=20Chaves?= Date: Fri, 25 Sep 2015 20:12:01 -0300 Subject: [PATCH] Remove double quotes from ssh target --- lib/kickstart-deploy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/kickstart-deploy b/lib/kickstart-deploy index d11eb20..2353d4a 100755 --- a/lib/kickstart-deploy +++ b/lib/kickstart-deploy @@ -23,4 +23,4 @@ CMD ) kickstart compile "$@" -tar chz -C compile . | ssh "$target" "$remote_command" +tar chz -C compile . | ssh $target "$remote_command"