Skip to content

Commit

Permalink
Remove Puppet reference from rake task.
Browse files Browse the repository at this point in the history
The Puppet namespace reference was causing failures for
the case where spec_helper was not installed b/c the puppet
library is not explicitly required in the Rakefile.
  • Loading branch information
Dan Bode committed Jun 16, 2012
1 parent 5dee52b commit e9923f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -28,7 +28,7 @@ namespace :modules do
# I should check to see if the file is there?
outpath = File.join(modulepath, local)
output = `git clone #{remote} #{outpath}`
Puppet.debug(output)
puts output
end
branches_to_checkout.each do |local, branch|
Dir.chdir(File.join(modulepath, local)) do
Expand Down

0 comments on commit e9923f2

Please sign in to comment.