Skip to content

Commit

Permalink
Merge pull request #630 from mihaibuzgau/master
Browse files Browse the repository at this point in the history
(IMAGES-1037) Make sure our paths are used
  • Loading branch information
bmjen authored Feb 27, 2019
2 parents 09688a6 + b9439cb commit 9db03da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pdk/cli/exec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ def execute!
File.join(@process.environment['GEM_HOME'], 'bin'),
PDK::Util::RubyVersion.gem_paths_raw.map { |gem_path| File.join(gem_path, 'bin') },
package_binpath,
ENV['PATH'],
PDK::Util.package_install? ? PDK::Util::Git.git_paths : nil,
ENV['PATH'],
].compact.flatten.join(File::PATH_SEPARATOR)

mod_root = PDK::Util.module_root
Expand Down

0 comments on commit 9db03da

Please sign in to comment.