Skip to content

Commit

Permalink
feat: remove packed after unpacking
Browse files Browse the repository at this point in the history
  • Loading branch information
pxseu committed Sep 11, 2022
1 parent 380f025 commit ed019a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/commands/deploy/local/util.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ pub async fn install_nixpacks(path: &PathBuf) -> Result<()> {

let unpacked = unpack(&packed, "nixpacks").await?;

fs::remove_file(&packed).await.ok();

let mut elevated = vec![];
let mut non_elevated = vec![];

Expand Down

0 comments on commit ed019a3

Please sign in to comment.