Remove whitespace from the begining of templates
This commit is contained in:
parent
a1c5a34269
commit
f765cf05b2
@ -4,6 +4,6 @@ kickstart.stream.contains() {
|
|||||||
|
|
||||||
kickstart.stream.template() {
|
kickstart.stream.template() {
|
||||||
eval "cat <<KICKSTART
|
eval "cat <<KICKSTART
|
||||||
$(cat)
|
$(cat)
|
||||||
KICKSTART"
|
KICKSTART"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user