1
0
Fork 0
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:
James Herdman 2012-05-14 14:41:02 -04:00
parent b0a7473f5b
commit 441dec4da0

View file

@ -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