A. Ye

Results 2 comments of A. Ye

This change seems to have worked: ``` $ diff shell_init.rb /tmp/shell_init.rb 125c125 < erb = ERB.new(File.read(completion_template_path), nil, "-") --- > erb = ERB.new(File.read(completion_template_path), trim_mode: '-') ```

Looks like it's fixed in [chef-cli-5.6.11](https://github.com/chef/chef-cli/blob/v5.6.11/CHANGELOG.md).