Skip to content

Commit

Permalink
Syntaxfix for Vagrantfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Holzhauer committed Aug 14, 2015
1 parent d9db197 commit d6410fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Vagrant.configure('2') do |config|
config.vm.define :rad1o do |rad1o_config|
rad1o_config.vm.box = "ubuntu/trusty64"
rad1o_config.vm.box = 'ubuntu/trusty64'
rad1o_config.vm.hostname = 'rad1o'
rad1o_config.vm.network :private_network, ip: '10.0.10.2'
rad1o_config.vm.provider :virtualbox do |vb|
Expand Down

0 comments on commit d6410fc

Please sign in to comment.