From 7191bc66146ca1556d77911e53fe484c26195ac1 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 29 May 2018 15:09:43 -0400 Subject: fix build --- src/Propellor/Git/VerifiedBranch.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Propellor/Git/VerifiedBranch.hs b/src/Propellor/Git/VerifiedBranch.hs index e56379f4..61f5baa0 100644 --- a/src/Propellor/Git/VerifiedBranch.hs +++ b/src/Propellor/Git/VerifiedBranch.hs @@ -19,7 +19,7 @@ verifyOriginBranch originbranch = do ] -- gpg is picky about perms modifyFileMode privDataDir (removeModes otherGroupModes) - verified <- boolSystemEnv "git" ["verify-commit", originbranch] + verified <- boolSystemEnv "git" [Param "verify-commit", Param originbranch] (Just [("GNUPGHOME", privDataDir)]) nukeFile $ privDataDir "trustdb.gpg" nukeFile $ privDataDir "pubring.gpg" -- cgit v1.3-2-g0d8e