propellor spin

This commit is contained in:
Joey Hess 2014-04-10 16:11:21 -04:00
parent ff3f25fb4e
commit f62f48de13
Failed to extract signature
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) $ 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.