Skip to content

Commit

Permalink
Merge 7034d10 into aca0217
Browse files Browse the repository at this point in the history
  • Loading branch information
mingwho committed Oct 21, 2019
2 parents aca0217 + 7034d10 commit 0d93f57
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions install/install.go
Expand Up @@ -181,6 +181,13 @@ func unzip(module string) error {
return err
}
}

// remove the zip file after we extract it
err = os.Remove(src)
if err != nil {
return err
}

return nil
}

Expand Down

0 comments on commit 0d93f57

Please sign in to comment.