bacio: fix typo in patch method (#34663)
This commit is contained in:
parent
be5033c869
commit
38c1639c9c
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user