summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--guix/fixed-fcgiwrap.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/guix/fixed-fcgiwrap.scm b/guix/fixed-fcgiwrap.scm
index be1e287..f482d57 100644
--- a/guix/fixed-fcgiwrap.scm
+++ b/guix/fixed-fcgiwrap.scm
@@ -108,7 +108,7 @@
(match '#$parsed-socket
(('unix path)
;; Clean up socket, otherwise fcgiwrap might not start properly.
- (cleanup path)
+ (clean-up path)
(when #$ensure-dir?
(ensure-socket-dir (dirname path) #$user #$group))
(let ((pid (start-fcgiwrap)))