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

Remove unnecessary namespaces variable #110

Open
draychev opened this issue Jun 17, 2021 · 1 comment
Open

Remove unnecessary namespaces variable #110

draychev opened this issue Jun 17, 2021 · 1 comment
Assignees
Labels
good first issue Good for newcomers

Comments

@draychev
Copy link
Contributor

The following script creates an unnecessary variable namespaces.
It seems to me that we can directly use ${labelnamespaces} in lieu of ${namespaces}

namespaces=${labelnamespaces}
for namespace in ${namespaces}

@draychev
Copy link
Contributor Author

Related issue: #111

@draychev draychev added the good first issue Good for newcomers label Jul 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

4 participants