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

Minor: Please fix the (>=5.0.0 < 7.0.0) to (>= 5.0.0 < 7.0.0) in the metadata for dependencies #153

Closed
ds2000 opened this issue Sep 1, 2020 · 3 comments · Fixed by #154

Comments

@ds2000
Copy link

ds2000 commented Sep 1, 2020

Hi,
Very minor fix, but please change the puppetlabs-stdlib (>=5.0.0 < 7.0.0) to the standard puppetlabs-stdlib (>= 5.0.0 < 7.0.0) format.
We have scripts that scan for module updates and dependencies and I've had to tweak it especially for this ;)

Thanks,
Dave

@tuxmea
Copy link
Member

tuxmea commented Sep 2, 2020

@ds2000 what exactly is the issue? a whitespace? which one? in issue title you have a whitespace between >= and the version. In the description you have a whitespace in front of >=

@ds2000
Copy link
Author

ds2000 commented Sep 2, 2020

Sorry, man I was tired at the end of yesterday when I wrote that 👍

It should be >=[[:space:]]5.0.0 < 7.0.0

Thanks.

tuxmea pushed a commit to tuxmea/puppet-telegraf that referenced this issue Sep 2, 2020
@igalic
Copy link
Contributor

igalic commented Sep 2, 2020

edited the ordinal issue description to hopefully be correct ;)

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.

3 participants