sh.zio.backup: fix spelling mistake
parent
98696ee69a
commit
63a5015b6c
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue