From 8c9f44d21e6a3e9f011e84a6bac4c055684d03d0 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 3 Jan 2019 10:29:24 +0100 Subject: typo --- guix/fixed-fcgiwrap.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guix') 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))) -- cgit v1.2.3