Skip to content

Commit

Permalink
ensure we clean up the cache path if we didn't find any gems
Browse files Browse the repository at this point in the history
  • Loading branch information
defunkt committed Aug 13, 2009
1 parent 510f801 commit 61a2c37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/rip/packages/remote_gem_package.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ def exists?
end
end

FileUtils.rm_rf cache_path
false
end

Expand Down

0 comments on commit 61a2c37

Please sign in to comment.