Skip to content

Commit 28b8df2

Browse files
committed
fix the spacing of the vagrant file tea prompt
1 parent fb650c1 commit 28b8df2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Vagrantfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -797,7 +797,7 @@ Vagrant.configure('2') do |config|
797797
end
798798
config.trigger.before :provision do |trigger|
799799
trigger.name = 'VVV Pre-Provision'
800-
trigger.info = "\n༼ つ ◕_◕ ༽つ A full provision can take a little while!\n Go make a cup of tea and sit back.\nIf you only wanted to turn VVV on, use vagrant up\n"
800+
trigger.info = "\n༼ つ ◕_◕ ༽つ A full provision can take a little while!\n Go make a cup of tea and sit back.\n If you only wanted to turn VVV on, use vagrant up\n"
801801
trigger.on_error = :continue
802802
end
803803
config.trigger.after :provision do |trigger|

0 commit comments

Comments
 (0)