Fix typo in geos patch [skip ci]

This commit is contained in:
Shivam Mathur 2025-11-25 13:03:50 +05:30
parent cc78f4c7f9
commit b010fa7c8f
No known key found for this signature in database
GPG Key ID: 3E13E4C8591ACC2A

View File

@ -7,4 +7,3 @@ patch_geos() {
patch -p1 < /tmp/php8.patch 2>/dev/null || true patch -p1 < /tmp/php8.patch 2>/dev/null || true
patch -p1 < /tmp/toString.patch 2>/dev/null || true patch -p1 < /tmp/toString.patch 2>/dev/null || true
} }
}