Skip to content

Commit

Permalink
The key shouldn't change for looking up localized message
Browse files Browse the repository at this point in the history
  • Loading branch information
taliesins committed Dec 7, 2016
1 parent 5adf68e commit 92011e5
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 I18n.t(:missing_vlan) + ' - ' + name

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

Expand Down

0 comments on commit 92011e5

Please sign in to comment.