Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
altexdim committed Mar 7, 2016
1 parent e998d6b commit 9e99095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/guests/fedora/cap/configure_networks.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def self.configure_networks(machine, networks)
end

if virtual
machine.communicate.sudo("ls -Sv /sys/class/net | egrep -v lo\\|docker") do |_, result|
machine.communicate.sudo("ls -v /sys/class/net | egrep -v lo\\|docker") do |_, result|
interface_names = result.split("\n")
end

Expand Down

0 comments on commit 9e99095

Please sign in to comment.