From f62f48de13d82adb749dae2f90bdf8b66b022606 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 10 Apr 2014 16:11:21 -0400 Subject: propellor spin --- Propellor/CmdLine.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Propellor/CmdLine.hs') diff --git a/Propellor/CmdLine.hs b/Propellor/CmdLine.hs index 6ddf8907..832b280a 100644 --- a/Propellor/CmdLine.hs +++ b/Propellor/CmdLine.hs @@ -126,7 +126,7 @@ updateFirst cmdline next = do void $ actionMessage "Git fetch" $ boolSystem "git" [Param "fetch"] - whenM (doesFileExist keyring) $ do + whenM (doesFileExist keyring <&&> pure False) $ do {- To verify origin branch commit's signature, have to - convince gpg to use our keyring. While running git log. - Which has no way to pass options to gpg. -- cgit v1.2.3