Skip to content
This repository was archived by the owner on Jan 25, 2022. It is now read-only.

Commit bd6c381

Browse files
committed
typo
1 parent 1bfbaaf commit bd6c381

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Vagrantfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,10 @@ Vagrant.configure(2) do |config|
429429
end
430430

431431
config.trigger.after [:up, :reload] do |trigger|
432-
trigger.run_remote = {inline: "box first-time-provision"},
432+
trigger.run_remote = {inline: "box first-time-provision"}
433+
end
434+
435+
config.trigger.after [:up, :reload] do |trigger|
433436
trigger.run_remote = {inline: "box startup"}
434437
end
435438
end

0 commit comments

Comments
 (0)