We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
knife-spork throws a TypeError: class or module required for rescue clause when knife-spork is run in an env where git is not installed.
TypeError: class or module required for rescue clause
The rescue nil on line 103 of lib/knife-spork/plugins/plugin.rb does not seem to be valid Ruby.
rescue nil
Env: Docker container chef/chefdk:1.6.11 knife-spork-1.6.3
The text was updated successfully, but these errors were encountered:
No branches or pull requests
knife-spork throws a
TypeError: class or module required for rescue clause
when knife-spork is run in an env where git is not installed.The
rescue nil
on line 103 of lib/knife-spork/plugins/plugin.rb does not seem to be valid Ruby.Env:
Docker container chef/chefdk:1.6.11
knife-spork-1.6.3
The text was updated successfully, but these errors were encountered: