From 5a5902b238bc0bcfd528716cca997a3533637ad5 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Mon, 28 Mar 2022 15:08:13 +0530 Subject: webhook: Suffix -webhook in script name. * guix/forge/webhook.scm (hooks-json-gexp): Suffix -webhook in script name. --- guix/forge/webhook.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'guix/forge/webhook.scm') diff --git a/guix/forge/webhook.scm b/guix/forge/webhook.scm index 737b9e6..0408e91 100644 --- a/guix/forge/webhook.scm +++ b/guix/forge/webhook.scm @@ -144,7 +144,8 @@ Everything else is the responsibility of the command's author.") (map (cut map (cut apply cons <>) <>) '#$(map (lambda (hook) `(("id" ,(webhook-hook-id hook)) - ("execute-command" ,(program-file (webhook-hook-id hook) + ("execute-command" ,(program-file (string-append (webhook-hook-id hook) + "-webhook") (webhook-hook-run hook))))) (webhook-configuration-hooks config)))) <>))))) -- cgit v1.2.3