bamutil: fix filter_file invocation (#36978)

This commit is contained in:
snehring 2023-04-20 19:25:51 -05:00 committed by GitHub
parent 794fc47722
commit 9d97ed1190
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,7 @@ class Bamutil(MakefilePackage):
@when("@1.0.15")
def edit(self, spec, prefix):
filter_file("git://", "https://", "Makefile.inc", String=True)
filter_file("git://", "https://", "Makefile.inc", string=True)
@when("@1.0.15:")
def build(self, spec, prefix):