Open hrak opened 6 years ago
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
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