Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: update sed in cleanup workflow with delete
Update the sed command when deleting lines from the .pre-commit-config file with the correct syntax. Without adding `d` to the line number, the sed invocation fails with the following error message: `sed: -e expression #1, char 2: unknown command: ';'`
- Loading branch information