Skip to content

Commit

Permalink
assemble: fix --name params cleanup missing. (#1014)
Browse files Browse the repository at this point in the history
  • Loading branch information
hirnidrin authored Nov 19, 2023
1 parent e0727b8 commit 51c1d54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions distrobox-assemble
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ run_distrobox() (

# Skip item if --name used and no match is found
if [ "${boxname}" != "" ] && [ "${boxname}" != "${name}" ]; then
rm -f "${tmpfile}"
return
fi

Expand Down

0 comments on commit 51c1d54

Please sign in to comment.