Merge pull request #4 from rogeriochaves/patch-2

Remove whitespace from the begining of templates
This commit is contained in:
Bruno Lara Tavares 2015-09-25 11:56:11 -03:00
commit 583bfa13db

View File

@ -4,6 +4,6 @@ kickstart.stream.contains() {
kickstart.stream.template() {
eval "cat <<KICKSTART
$(cat)
$(cat)
KICKSTART"
}