Skip to content

Commit

Permalink
(CAT-1430) - Add temporary pin to forked puppetfile-resolver
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanbreen28 committed Sep 26, 2023
1 parent 5dc065e commit aa870fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ task :gem_revendor do
},
{
:directory => 'puppetfile-resolver',
:github_repo => 'https://github.com/glennsarti/puppetfile-resolver.git',
:github_ref => '0.6.2',
:github_repo => 'https://github.com/jordanbreen28/puppetfile-resolver.git',
:github_ref => 'd058f6b8b285dba2af0aeb59722ea5de23c3c13f',
},
{
:directory => 'molinillo',
Expand All @@ -89,7 +89,7 @@ task :gem_revendor do
vendor_dir = File.join(File.dirname(__FILE__),'vendor')
gem_list.each do |vendor|
gem_dir = File.join(vendor_dir,vendor[:directory])
FileUtils.rm_rf(gem_dir) if Dir.exist?(gem_dir)
FileUtils.rm_rf(gem_dir) if Dir.exist?(gem_dir)
end
Dir.mkdir(vendor_dir) unless Dir.exist?(vendor_dir)

Expand Down

0 comments on commit aa870fb

Please sign in to comment.