You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i run vagrant user parameters i get these warning messages:
/home/pablocrivella/.vagrant.d/gems/gems/nugrant-2.1.0/lib/nugrant/vagrant/v2/command/env.rb:5: warning: already initialized constant EnvExporter
/home/pablocrivella/.vagrant.d/gems/gems/nugrant-2.1.0/lib/nugrant/vagrant/v2/action/auto_export.rb:5: warning: previous definition of EnvExporter was here
* Changed how module shortcut is defined. The shortcut is now defined
inside the class using it to avoid already defined warnings.
Fixes [issue #24](#24).
* Fixed auto export variables on `vagrant provision` feature. The
initial release is not working correctly.
When i run
vagrant user parameters
i get these warning messages:Extra Info:
Vagrant Version: 1.6.5
vagrant plugin list
output:Everything works OK despite the warnings, just wanted to report it just in case.
The text was updated successfully, but these errors were encountered: