Skip to content

Commit 6d36702

Browse files
committed
Add missing -i to sed command
The release notes were missing a `-i` in the `sed` command suggested to update the `pylint` ignore rules. Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 05ca50f commit 6d36702

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RELEASE_NOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ To upgrade without regenerating the project, you can follow these steps:
1515
- Run the following command to add the new `pylint` ignore rules:
1616

1717
```sh
18-
sed '/ # Checked by flake8/a\ "redefined-outer-name",\n "unused-import",' pyproject.toml
18+
sed '/ # Checked by flake8/a\ "redefined-outer-name",\n "unused-import",' -i pyproject.toml
1919
```
2020

2121
- It is recommended to update this rule in your repository to use the new bypass rule for the `Protect version branches` ruleset that allows maintainers to force-merge.

0 commit comments

Comments
 (0)