This commit is contained in:
Joey Hess 2014-04-10 16:12:06 -04:00
parent f62f48de13
commit 5acaf8758f
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ updateFirst cmdline next = do
void $ actionMessage "Git fetch" $ boolSystem "git" [Param "fetch"]
whenM (doesFileExist keyring <&&> pure False) $ do
whenM (doesFileExist keyring) $ 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.