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"