Skip to content

Commit

Permalink
updated do_after for chache
Browse files Browse the repository at this point in the history
Signed-off-by: nikhil2611 <[email protected]>
  • Loading branch information
nikhil2611 committed Oct 17, 2024
1 parent 4a0b13b commit fcad7a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion habitat/plan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ do_after() {
build_line "Trimming the fat ..."

# We don't need the cache of downloaded .gem files ...
# rm -r "$pkg_prefix/vendor/cache"
rm -r "$pkg_prefix/vendor/cache"

# We don't need the gem docs.
rm -r "$pkg_prefix/vendor/doc"
Expand Down

0 comments on commit fcad7a1

Please sign in to comment.