Skip to content

Commit 29733f7

Browse files
Matthew FisherGabriel Monroy
authored andcommitted
remove tab in vagrantfile
1 parent 008042b commit 29733f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Vagrant.configure("2") do |config|
4444
chef.validation_key_path = Chef::Config[:validation_key]
4545
chef.log_level = Chef::Config[:log_level]
4646
# TODO: replace with in-recipe public_ip lookup that handles vagrant/ec2/metal
47-
chef.json = {
47+
chef.json = {
4848
"deis" => {
4949
"public_ip" => "192.168.61.100",
5050
"dev" => {

0 commit comments

Comments
 (0)