diff options
| author | Joey Hess <joeyh@joeyh.name> | 2016-04-01 23:40:39 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2016-04-01 23:42:50 -0400 |
| commit | 71bc7071094ef56bca518f1eb4660718a0c9d0b0 (patch) | |
| tree | 0bf2962f6265272d727449c9ef6217d8731abc06 /joeyconfig.hs | |
| parent | 1dc914a71c94e0395641565e5891a2dc33ba1b35 (diff) | |
verify use of gpg key
having a prompt here makes it clearer to the user why gpg is prompting for
a passphrase.
Diffstat (limited to 'joeyconfig.hs')
| -rw-r--r-- | joeyconfig.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/joeyconfig.hs b/joeyconfig.hs index 489a0f58..20103e61 100644 --- a/joeyconfig.hs +++ b/joeyconfig.hs @@ -43,7 +43,7 @@ main = defaultMain hosts -- / \___-=O`/|O`/__| (____.' {- Propellor -- \ / | / ) _.-"-._ Deployed -} -- `/-==__ _/__|/__=-| ( \_ hosts :: [Host] -- * \ | | '--------' -hosts = -- (o) ` +hosts = -- (o) ` [ darkstar , gnu , clam |
