From 9d588edd2fd5b80d8dcb330189622f220647793c Mon Sep 17 00:00:00 2001 From: Nathaniel van Diepen Date: Tue, 17 Dec 2024 11:58:59 -0700 Subject: [PATCH] Formatting --- package/debian-chroot/package | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/debian-chroot/package b/package/debian-chroot/package index 6782267e4..5c105896d 100644 --- a/package/debian-chroot/package +++ b/package/debian-chroot/package @@ -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