Skip to content

Commit

Permalink
correctly rename function
Browse files Browse the repository at this point in the history
  • Loading branch information
branfosj authored Jan 27, 2024
1 parent 452ed57 commit b5232b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion easybuild/easyblocks/a/adf.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def install_step(self):
raise EasyBuildError("Failed to copy %s to %s: %s", src_init_path, target_init_path, err)

cmd = "./bin/foray -j %d" % self.cfg['parallel']
run_cmd(cmd)
run_shell_cmd(cmd)

def sanity_check_step(self):
"""Custom sanity check for ADF."""
Expand Down

0 comments on commit b5232b0

Please sign in to comment.