Skip to content

Commit

Permalink
Merge pull request #1 from BartG95/patch-1
Browse files Browse the repository at this point in the history
Fixed homedir error
  • Loading branch information
jpohjolainen committed Dec 21, 2015
2 parents c902cca + e5fcddb commit c3427bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/gpg.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ gpgEncrypt = (text, index, callback, stderr_cb, exit_cb) ->
gpgRecipientsFile = 'gpg.recipients'

if gpgHomeDir
args.push '--homedir ' + gpgHomeDir
args.push '--homedir=' + gpgHomeDir

args.push '--encrypt'

Expand Down

0 comments on commit c3427bf

Please sign in to comment.