Skip to content

Commit

Permalink
feat: cleanup downloads dir after extract
Browse files Browse the repository at this point in the history
  • Loading branch information
juev committed Dec 11, 2023
1 parent 6b8b377 commit dc184e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gobrew.go
Expand Up @@ -316,7 +316,7 @@ func (gb *GoBrew) Install(version string) string {

color.Infof("==> [Info] Downloading version: %s\n", version)
gb.downloadAndExtract(version)
//gb.cleanDownloadsDir()
gb.cleanDownloadsDir()
color.Successf("==> [Success] Downloaded version: %s\n", version)
return version
}
Expand Down

0 comments on commit dc184e1

Please sign in to comment.