Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow whitespace in config #108

Open
bradyt opened this issue Feb 27, 2022 · 0 comments
Open

Allow whitespace in config #108

bradyt opened this issue Feb 27, 2022 · 0 comments

Comments

@bradyt
Copy link

bradyt commented Feb 27, 2022

I believe I see an error if there is whitespace in .taskrc, like the following:

taskd.certificate = /home/jack/.task/jacklaxson.cert.pem
taskd.key         = /home/jack/.task/jacklaxson.key.pem
taskd.server      = 192.168.1.129:53589
taskd.credentials = Public/Jack Laxson/f60bfcb9-b7b8-4466-b4c1-7276b8afe609
taskd.trust       = yes
taskd.ca          = /home/jack/.task/ca.cert.pem

Right now, I think we're required to use no whitespace:

taskd.certificate=/home/jack/.task/jacklaxson.cert.pem
taskd.key=/home/jack/.task/jacklaxson.key.pem
taskd.server=192.168.1.129:53589
taskd.credentials=Public/Jack Laxson/f60bfcb9-b7b8-4466-b4c1-7276b8afe609
taskd.trust=yes
taskd.ca=/home/jack/.task/ca.cert.pem

Feature request: allow whitespace in .taskrc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant