Remove whitespace from the begining of templates

This commit is contained in:
Rogério Chaves 2015-09-25 09:37:59 -03:00
parent a1c5a34269
commit f765cf05b2

View File

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