Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
John-Lin committed Jul 16, 2018
1 parent 7548183 commit 02214f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion developers/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@ SHELL
config.vm.provision "file", source: "configs/docker.conf", destination: "/tmp/override.conf"

if development_env
config.vm.provision "file", source: "configs/.vimrc", destination: "$HOME/.vimrc"
config.vm.provision "shell", privileged: false, inline: $vortex_env
config.vm.provision "shell", privileged: false, inline: $vortex_dev_toolkits
config.vm.provision "file", source: "configs/.vimrc", destination: "$HOME/.vimrc"
else
config.vm.provision "shell", privileged: false, inline: $vortex_env
end
Expand Down

0 comments on commit 02214f6

Please sign in to comment.