From f67a61a4b08ac2d5cfc2ac75313dd1d32c9836d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bob=20Dr=C3=B6ge?= Date: Fri, 13 Jun 2025 12:18:04 +0200 Subject: [PATCH] use the right name for post_build_and_install_loop_hook --- docs/hooks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hooks.md b/docs/hooks.md index 50222a04c0..f2b454ca1c 100644 --- a/docs/hooks.md +++ b/docs/hooks.md @@ -87,7 +87,7 @@ which can also be consulted using `eb --avail-hooks`, is: * `pre_permissions_hook`, `post_permissions_hook` * `pre_package_hook`, `post_package_hook` * `pre_testcases_hook`, `post_testcases_hook` -* `post_build_and_install_loop` *(available since EasyBuild v4.8.1)* +* `post_build_and_install_loop_hook` *(available since EasyBuild v4.8.1)* * `end_hook` *(only called once in an EasyBuild session)* * `cancel_hook` *(available since EasyBuild v4.8.1)* * `fail_hook` *(available since EasyBuild v4.8.1)*