Skip to content

Commit

Permalink
Just output vlan
Browse files Browse the repository at this point in the history
  • Loading branch information
taliesins authored and Taliesin Sisson committed Jun 13, 2017
1 parent 22b0602 commit 0ce7927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vSphere/driver.rb
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ def get_network_by_name(dc, name)
end
end

puts I18n.t(:missing_vlan) + ' - ' + name
puts 'vlan: ' + name

fail(Errors::VSphereError, :missing_vlan) if base.nil?

Expand Down

0 comments on commit 0ce7927

Please sign in to comment.