diff options
| author | Joey Hess <joey@kitenet.net> | 2014-04-10 16:12:06 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-04-10 16:12:06 -0400 |
| commit | 5acaf8758f752574140dd79de7996d91a81d1cd4 (patch) | |
| tree | 51a449b843c693a005ad0414467dfcc8404334a2 | |
| parent | f62f48de13d82adb749dae2f90bdf8b66b022606 (diff) | |
revert
| -rw-r--r-- | Propellor/CmdLine.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Propellor/CmdLine.hs b/Propellor/CmdLine.hs index 832b280a..6ddf8907 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 <&&> 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. |
