Closed zipkid closed 7 years ago
https://github.com/jpohjolainen/atom-gpg/blob/9421cfbf7953ec2fc9596e214694850e00444b87/lib/gpg.coffee#L114
Should be args.push '--homedir=' + gpgHomeDir
Without the '=' decrypting gives 'gpg: invalid option "--homedir /Users/zipkid/.gnupg/"'
https://github.com/jpohjolainen/atom-gpg/blob/9421cfbf7953ec2fc9596e214694850e00444b87/lib/gpg.coffee#L114
Should be args.push '--homedir=' + gpgHomeDir
Without the '=' decrypting gives 'gpg: invalid option "--homedir /Users/zipkid/.gnupg/"'