mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Remove unused variable
This commit is contained in:
parent
b0a7473f5b
commit
441dec4da0
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ module Fog
|
|||
end
|
||||
|
||||
def default_network
|
||||
net = networks.find { |n| n.name == (@defaults[:network] || "Pool-wide network associated with eth0") }
|
||||
networks.find { |n| n.name == (@defaults[:network] || "Pool-wide network associated with eth0") }
|
||||
end
|
||||
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue