Skip to content

Commit

Permalink
Merge pull request #287 from rodjek/pdk-465
Browse files Browse the repository at this point in the history
(PDK-465) Add vendored git to PATH for package installs
  • Loading branch information
DavidS authored Sep 11, 2017
2 parents 14e3bdb + 12f79ec commit 121b4ef
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? ? PDK::CLI::Exec.git_bindir : nil,
ENV['PATH'],
].compact.join(File::PATH_SEPARATOR)

Expand Down

0 comments on commit 121b4ef

Please sign in to comment.