From 63a5015b6c0b2f92574589147ca9bf386da96e29 Mon Sep 17 00:00:00 2001 From: Ducky Date: Tue, 22 Aug 2023 22:07:13 +0100 Subject: [PATCH] sh.zio.backup: fix spelling mistake --- usr/local/bin/sh.zio.backup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/local/bin/sh.zio.backup b/usr/local/bin/sh.zio.backup index aee39c7..8cd29aa 100755 --- a/usr/local/bin/sh.zio.backup +++ b/usr/local/bin/sh.zio.backup @@ -318,7 +318,7 @@ elif [[ "$1" == "toggle-mount" ]]; then if [[ $? == 0 ]]; then rm -rf "$restic_mount_path" else - die "Failed to umount (are you still in '$restic_mount_path'?)" + die "Failed to unmount (are you still in '$restic_mount_path'?)" fi else say info "Mounting: $restic_mount_path"