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
|
# Insert the new block into the value
|
||||||
new_block = <<BLOCK
|
new_block = <<BLOCK
|
||||||
# VAGRANT-BEGIN: #{key}
|
# VAGRANT-BEGIN: #{key}
|
||||||
#{value.chomp}
|
#{value.strip}
|
||||||
# VAGRANT-END: #{key}
|
# VAGRANT-END: #{key}
|
||||||
BLOCK
|
BLOCK
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue