Update CLI help and fix knife bug#146
Closed
heyzua wants to merge 2 commits into
Closed
Conversation
added 2 commits
September 1, 2011 09:57
…d_files returns an empty array, which borks the Array#find call later on.
Contributor
|
Thank you for supporting Chef! Our process has a couple prerequisites before we can merge your contribution. We need to ensure you've completed a Contributor License Agreement (CLA) and a ticket on our ticket tracker for the release workflow. Pull requests are optional, but should always include the ticket number that they're related to for cross-referencing. Please take a moment to review the below wiki page for the appropriate steps: Please link to the tickets that these commit relate to. Thanks! |
Contributor
|
I went to merge this but the repository no longer exists. Sorry it took so long to get to it. Thanks for the effort though. |
lamont-granquist
added a commit
that referenced
this pull request
Sep 30, 2015
fix the install-test --version output
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hey, if you're doing development work, the system tends to swallow stack traces. I had to browse the bug list to find out how to turn those on via "-VV". I'm just altering the interface to make that explicit.
I also just appended a quick bug fix for template loading in knife bootstraps.