Skip to content

Commit

Permalink
fix: removed dir cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Souvik Kar Mahapatra <[email protected]>
  • Loading branch information
souvikinator committed Jan 24, 2025
1 parent ba9bd82 commit e2db515
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions generators/github/git_repo.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ func (gr GitRepo) GetContent() (models.Package, error) {
defer func() {
br.Flush()
fd.Close()
os.Remove(filePath)
os.RemoveAll(dirPath)
}()
gw := gitWalker.
Owner(owner).
Expand Down

0 comments on commit e2db515

Please sign in to comment.