I just installed your atom plugin (on Windows atom 1.1.0) but this plugin seems to be handling windows paths not correctly. Whenever I want to encrypt a string in atom the following message pops up:
[31m[hiera-eyaml-core] No such file or directory @ rb_sysopen - ./keys/public_key.pkcs7.pem[0m in ($PATH <-- edited)
The public key to encrypt is situated in the keys folder in the git repo root directory and the eyaml command is available to atom via the PATH variable.
I just installed your atom plugin (on Windows atom 1.1.0) but this plugin seems to be handling windows paths not correctly. Whenever I want to encrypt a string in atom the following message pops up:
The public key to encrypt is situated in the
keys
folder in the git repo root directory and the eyaml command is available to atom via thePATH
variable.