diff --git a/usr/local/bin/sh.zio.backup b/usr/local/bin/sh.zio.backup index 4247e8f..c351906 100755 --- a/usr/local/bin/sh.zio.backup +++ b/usr/local/bin/sh.zio.backup @@ -312,7 +312,7 @@ elif [[ "$1" == "toggle-mount" ]]; then umount "$restic_mount_path" if [[ $? == 0 ]]; then - say warn "Deleting: $restic_mount_path" + say warning "Deleting: $restic_mount_path" rm -rf "$restic_mount_path" else die "Failed to umount (are you still in '$restic_mount_path'?)"