Skip to content

Commit

Permalink
Merge branch 'main' into distrobox-rm-image
Browse files Browse the repository at this point in the history
  • Loading branch information
Boria138 committed Jun 20, 2024
2 parents a16c707 + 2bad9f9 commit a89efd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distrobox-rm
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ if [ "${image}" -eq 0 ]; then
done

# Accept only y,Y,Yes,yes,n,N,No,no.
case "${response}" in
case "${response_force:-"N"}" in
y | Y | Yes | yes | YES)
for container in ${container_name_list}; do
delete_container "${container}"
Expand Down

0 comments on commit a89efd4

Please sign in to comment.