-
Notifications
You must be signed in to change notification settings - Fork 97
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
Version bump should use single-quoted strings #99
Comments
@estahn this does not seem like an issue, because
This happens by the virtue of this code: https://github.com/jonlives/knife-spork/blob/master/lib/chef/knife/spork-bump.rb#L78 In other words, whatever you have there, should be the same upon the bump, so to speak. |
Yeah, was fixed in 57b2f96. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using spork for bumping the version number will produce following error with rubocop:
The text was updated successfully, but these errors were encountered: