bacio: fix typo in patch method (#34663)

This commit is contained in:
Alex Richert 2022-12-22 09:59:32 -08:00 committed by GitHub
parent be5033c869
commit 38c1639c9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,5 +41,5 @@ def cmake_args(self):
return args
def patch(self):
if self.spec.satisifes("@2.4.1"):
if self.spec.satisfies("@2.4.1"):
filter_file(".*", "2.4.1", "VERSION")