2
0
Fork 0

sh.zio.backup: fix spelling mistake

main
Ducky 2023-08-22 22:07:13 +01:00
parent 98696ee69a
commit 63a5015b6c
1 changed files with 1 additions and 1 deletions

View File

@ -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"