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

Move stdin argument to end of exec command, fixes #1 #2

Merged
merged 1 commit into from
Aug 13, 2017

Conversation

nweddle
Copy link
Contributor

@nweddle nweddle commented Aug 4, 2017

Fixes #1

Looks like this was caused by the version of rubocop (0.49.1) included in ChefDK 2.0.13. The update to rubocop[1] has enforced proper usage of the --stdin flag:

-s/--stdin requires exactly one path.

This change moves stdin to the end of the exec command, to comply with the change in rubocop.

[1] rubocop/rubocop#4226

@tduffield tduffield merged commit eb865b3 into tduffield:master Aug 13, 2017
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