Skip to content

Commit

Permalink
Merge pull request #23 from hostari/fix-delete-files-method
Browse files Browse the repository at this point in the history
Remove sudo
  • Loading branch information
paula4230 authored Oct 13, 2022
2 parents bbab212 + 736d42a commit 2a5f8f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/thunderstore_downloader/get_thunderstore_file_hash.cr
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ module ThunderstorePackageDownloader
end

def delete_files
`sudo rm -rf #{mod_version_unzipped}`
`sudo rm -rf #{mod_version_zipped}`
`rm -rf #{mod_version_unzipped}`
`rm -rf #{mod_version_zipped}`
end

def download_command
Expand Down

0 comments on commit 2a5f8f2

Please sign in to comment.