jpohjolainen / atom-gpg

5 stars 7 forks source link

missing '=' sign in homedir arg for decrypt #5

Closed zipkid closed 7 years ago

zipkid commented 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/"'