Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix exec fail using shell in lieu of command (#82)
The linter told me to use `command` in lieu of shell which breaks functionality due to additional commands being treated as extra arguments to the first command. Revert to using shell where needed so the right thing is done.
- Loading branch information