Skip to content

Commit 653c6ce

Browse files
committed
fix typo
1 parent d9984f1 commit 653c6ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

easybuild/tools/module_generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ def check_version(self, minimal_version):
338338
"""
339339
Check the minimal version of the moduletool in the module file
340340
"""
341-
return self.MODTOOL_VERSION_CHECK % minimal_version
341+
return self.VERSION_CHECK % minimal_version
342342

343343
def det_installdir(self, modfile):
344344
"""

0 commit comments

Comments
 (0)