Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
packages/kata-debug-shell: fix templating
bash doesn't perform expansion in variables, thus the `*` in `config_file` wasn't expanded correctly (i.e. at all). Go back to the `ls -1` approach, which fixes that. Also, don't template the config path into another path, which is redundant and fails, as it's an absolute path already.
- Loading branch information