diff --git a/debian/patches/pve/0010-PVE-Up-qemu-img-return-success-on-info-without-snaps.patch b/debian/patches/pve/0010-PVE-Up-qemu-img-return-success-on-info-without-snaps.patch index cabac20..17a3e61 100644 --- a/debian/patches/pve/0010-PVE-Up-qemu-img-return-success-on-info-without-snaps.patch +++ b/debian/patches/pve/0010-PVE-Up-qemu-img-return-success-on-info-without-snaps.patch @@ -17,7 +17,7 @@ index 79983772de..c64f260876 100644 force_share); if (!list) { - return 1; -+ // return success if snapshot does not exists ++ // return success if snapshot does not exist + return 0; }