bacio: fix typo in patch method (#34663)
This commit is contained in:
		| @@ -41,5 +41,5 @@ def cmake_args(self): | |||||||
|         return args |         return args | ||||||
| 
 | 
 | ||||||
|     def patch(self): |     def patch(self): | ||||||
|         if self.spec.satisifes("@2.4.1"): |         if self.spec.satisfies("@2.4.1"): | ||||||
|             filter_file(".*", "2.4.1", "VERSION") |             filter_file(".*", "2.4.1", "VERSION") | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Alex Richert
					Alex Richert