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

to list project vars - it's envvars (plural) and not envvar #70

Closed
jedi4ever opened this issue Jul 24, 2016 · 1 comment · Fixed by #71
Closed

to list project vars - it's envvars (plural) and not envvar #70

jedi4ever opened this issue Jul 24, 2016 · 1 comment · Fixed by #71

Comments

@jedi4ever
Copy link

Readme contains a description to list the vars of a project
https://github.com/mtchavez/circleci#envvar

res = CircleCi::Project.envvar 'user', 'repo'
res.success?

I needed to replace envvar with envvars.
Happy to send a PR but I it by design that list is envvars (plural)
and the command set/get are with envvar as endpoint.

@mtchavez
Copy link
Owner

Yup, good catch. Thanks for updating.

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

Successfully merging a pull request may close this issue.

2 participants