From 8eba47c2e044e50a5dcb7d6e841183d915fa4781 Mon Sep 17 00:00:00 2001 From: Nicolas Arenas Date: Mon, 30 Sep 2024 19:33:10 +0200 Subject: [PATCH] Fix typo --- tests/API-dhcp/Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/API-dhcp/Vagrantfile b/tests/API-dhcp/Vagrantfile index fdb2955..cf23524 100644 --- a/tests/API-dhcp/Vagrantfile +++ b/tests/API-dhcp/Vagrantfile @@ -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