plugins/commands/powershell/plugin.rb in vagrant-unbundled-2.1.4.0 vs plugins/commands/powershell/plugin.rb in vagrant-unbundled-2.2.0.0

- old
+ new

@@ -20,9 +20,10 @@ protected def self.init! return if defined?(@_init) I18n.load_path << File.expand_path("templates/locales/command_ps.yml", Vagrant.source_root) + I18n.load_path << File.expand_path("templates/locales/comm_winrm.yml", Vagrant.source_root) I18n.reload! @_init = true end end end