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"