Skip to content

Commit

Permalink
(PDK-465) Add vendored git to PATH for package installs
Browse files Browse the repository at this point in the history
  • Loading branch information
rodjek committed Sep 8, 2017
1 parent ff57c56 commit f236674
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/pdk/cli/exec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ def execute!
File.join(@process.environment['GEM_HOME'], 'bin'),
File.join(@process.environment['GEM_PATH'], 'bin'),
package_binpath,
PDK::Util.package_install? ? git_bindir : nil,
ENV['PATH'],
].compact.join(File::PATH_SEPARATOR)

Expand Down

0 comments on commit f236674

Please sign in to comment.