Fix some newline weirdness with StringBlockEditor

This commit is contained in:
Mitchell Hashimoto 2013-01-15 21:53:11 -08:00
parent adec64baa4
commit 23668d4ed0
2 changed files with 2 additions and 2 deletions

View File

@ -68,7 +68,7 @@ module Vagrant
# VAGRANT-END: #{key}
BLOCK
@value << "\n#{new_block}"
@value << "#{new_block}"
end
end
end

View File

@ -84,7 +84,7 @@ content
DATA
new_data = <<DATA
#{data}
#{data.chomp}
# VAGRANT-BEGIN: foo
value
# VAGRANT-END: foo