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

Fix reference to cloud_env in README and config.py #43

Merged
merged 1 commit into from
Jul 14, 2022

Conversation

accorvin
Copy link
Contributor

The readme and error message in config.py have references to a config
option base_env for specifying the environment when one is not
specified on the command line. The config.py code, however, looks for a
config option called cloud_env (if I'm interpreting the code
correctly). This change updates the error message and README to use the
proper config option.

The readme and error message in config.py have references to a config
option `base_env` for specifying the environment when one is not
specified on the command line. The config.py code, however, looks for a
config option called `cloud_env` (if I'm interpreting the code
correctly). This change updates the error message and README to use the
proper config option.
@mijaros
Copy link
Contributor

mijaros commented Jul 14, 2022

@accorvin thank you for the fix, I'm going to release this as a 0.2.0-alpha7 so the fix should be available soon.

@mijaros
Copy link
Contributor

mijaros commented Jul 14, 2022

@accorvin I found that there is one minor thing - I'll add a PR fixing it and link it with yours (base it onto this branch) - the naming convention is broken with the cli. Again thank you very much, good catch.

@mijaros mijaros merged commit a527d27 into redhat-cop:master Jul 14, 2022
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 this pull request may close these issues.

2 participants