Fix typo
testing/og-dhcp-API/pipeline/head This commit looks good
Details
testing/og-dhcp-API/pipeline/head This commit looks good
Details
parent
d6587e5209
commit
8eba47c2e0
|
@ -14,7 +14,7 @@ Vagrant.configure('2') do |config|
|
|||
# Use rsync and NFS synced folders. (or use the option to disable them)
|
||||
# https://www.vagrantup.com/docs/synced-folders/
|
||||
#config.vm.synced_folder('.', '/vagrant', type: 'rsync')
|
||||
config.vm.synced_folder('../../', '/vagrant', type: 'rsync'))
|
||||
config.vm.synced_folder('../../', '/vagrant', type: 'rsync')
|
||||
|
||||
# Vagrant can configure additional network interfaces using a static IP or
|
||||
# DHCP. Use public_network or private_network to manually set a static IP and
|
||||
|
|
Loading…
Reference in New Issue