Merge pull request #5 from rogeriochaves/patch-3

Remove double quotes from ssh target
This commit is contained in:
Bruno Lara Tavares 2015-09-25 23:47:39 -03:00
commit f3229ab566

View File

@ -23,4 +23,4 @@ CMD
)
kickstart compile "$@"
tar chz -C compile . | ssh "$target" "$remote_command"
tar chz -C compile . | ssh $target "$remote_command"