Navigation Menu

Skip to content

Commit

Permalink
fix compatibility issue with GPG 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavlos Ratis committed Jan 7, 2015
1 parent 22ba916 commit 1f6b6c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyGPG/config.py
Expand Up @@ -27,7 +27,7 @@ class GPGConfig(object):
defaults = {
'clearsign': '--clearsign',
'decrypt': '--decrypt',
'gpg_command': '/usr/bin/gpg2',
'gpg_command': '/usr/bin/gpg',
'detach-sign': '--detach-sign',
'dump-options': '--dump-options',
'fingerprint': '--fingerprint',
Expand Down

0 comments on commit 1f6b6c9

Please sign in to comment.