about summary refs log tree commit diff
path: root/guix
diff options
context:
space:
mode:
Diffstat (limited to 'guix')
-rw-r--r--guix/forge/webhook.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/guix/forge/webhook.scm b/guix/forge/webhook.scm
index a13840d..c57686f 100644
--- a/guix/forge/webhook.scm
+++ b/guix/forge/webhook.scm
@@ -70,7 +70,9 @@
                  (lambda* (#:key inputs #:allow-other-keys)
                    (substitute* "src/github.com/adnanh/webhook/webhook_test.go"
                      (("/bin/echo")
-                      (search-input-file inputs "bin/echo"))))))))
+                      (search-input-file inputs "bin/echo"))
+                     (("/bin/sh")
+                      (search-input-file inputs "bin/sh"))))))))
     (home-page "https://github.com/adnanh/webhook")
     (synopsis "Lightweight incoming webhook server")
     (description "webhook is a lightweight configurable tool written