Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeems authored Dec 17, 2024
1 parent 3c32227 commit 9d588ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/debian-chroot/package
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ debian-chroot() {
echo "debian-chroot is not mounted"
exit 0
fi
do_umount(){
do_umount() {
mp=$1
shift
if mountpoint -q $mp; then
Expand Down

0 comments on commit 9d588ed

Please sign in to comment.