Method: SourceCookbook#cleanup

Defined in:
lib/mofa/source_cookbook.rb

#cleanupObject



35
36
37
38
39
# File 'lib/mofa/source_cookbook.rb', line 35

def cleanup
  say "Removing folder #{pkg_dir}... "
  run "rm -r #{pkg_dir}"
  ok
end