lib/vagrant-orchestrate/plugin.rb in vagrant-orchestrate-0.0.1 vs lib/vagrant-orchestrate/plugin.rb in vagrant-orchestrate-0.0.2

- old
+ new

@@ -17,9 +17,12 @@ description <<-DESC This plugin installs commands that make pushing changes to vagrant-managed-servers easy. DESC command(:orchestrate) do + setup_i18n + setup_logging + require_relative "command/root" Command::Root end # This initializes the internationalization strings.