Skip to content

Commit

Permalink
cleanup temp git directory
Browse files Browse the repository at this point in the history
  • Loading branch information
putmanoj committed Mar 19, 2024
1 parent d10963e commit 262161b
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ def find_templates_in_git_repo
_log.debug("=== Add Template:#{parent_dir}")
end
end

# cleanup temp git directory
FileUtils.rm_rf(git_checkout_tempdir)

template_dirs
end
end

0 comments on commit 262161b

Please sign in to comment.