diff --git a/plugins/guests/arch/cap/configure_networks.rb b/plugins/guests/arch/cap/configure_networks.rb index 0c748b3d8..0ef71d55f 100644 --- a/plugins/guests/arch/cap/configure_networks.rb +++ b/plugins/guests/arch/cap/configure_networks.rb @@ -39,7 +39,7 @@ module VagrantPlugins comm.upload(f.path, remote_path) end - commands << <<-EOH.gsub(/^ {14}/, '') + commands << <<-EOH.gsub(/^ {14}/, '').rstrip # Configure #{network[:device]} mv '#{remote_path}' '/etc/netctl/#{network[:device]}' && ip link set '#{network[:device]}' down &&