Skip to content

Commit

Permalink
Merge pull request #14 from BR0kEN-/master
Browse files Browse the repository at this point in the history
Add PATH variable to provisioner
  • Loading branch information
phinze committed Nov 25, 2015
2 parents 8946657 + 00ede00 commit d14617c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/vagrant-host-shell/provisioner.rb
Expand Up @@ -6,7 +6,8 @@ def provision
'-c',
config.inline,
:notify => [:stdout, :stderr],
:workdir => config.cwd
:workdir => config.cwd,
:env => {PATH: ENV["VAGRANT_OLD_ENV_PATH"]},
) do |io_name, data|
@machine.env.ui.info "[#{io_name}] #{data}"
end
Expand Down

0 comments on commit d14617c

Please sign in to comment.