Skip to content

Commit

Permalink
Fixed homedir error
Browse files Browse the repository at this point in the history
  • Loading branch information
BartG95 committed Oct 21, 2015
1 parent c902cca commit e5fcddb
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 e5fcddb

Please sign in to comment.