Strip the value, actually, to trim the front newline
This commit is contained in:
parent
6c2e1c354f
commit
776a1e446b
|
@ -64,7 +64,7 @@ module Vagrant
|
|||
# Insert the new block into the value
|
||||
new_block = <<BLOCK
|
||||
# VAGRANT-BEGIN: #{key}
|
||||
#{value.chomp}
|
||||
#{value.strip}
|
||||
# VAGRANT-END: #{key}
|
||||
BLOCK
|
||||
|
||||
|
|
Loading…
Reference in New Issue