summaryrefslogtreecommitdiff
path: root/Propellor/CmdLine.hs
diff options
context:
space:
mode:
authorJoey Hess2014-04-10 16:11:21 -0400
committerJoey Hess2014-04-10 16:11:21 -0400
commitf62f48de13d82adb749dae2f90bdf8b66b022606 (patch)
tree96b5eaf4860f6723439302edbd458966106c83ed /Propellor/CmdLine.hs
parentff3f25fb4ea1e9aec49d821b9110b3147addbf1b (diff)
propellor spin
Diffstat (limited to 'Propellor/CmdLine.hs')
-rw-r--r--Propellor/CmdLine.hs2
1 files changed, 1 insertions, 1 deletions
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.