mirror of
https://github.com/astral-sh/ty.git
synced 2025-08-04 17:08:04 +00:00
Fix $commit substitution in contributing example (#34)
This commit is contained in:
parent
34253b1d46
commit
d8a913d0d2
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ To commit the changes:
|
|||
commit=$(git -C ruff rev-parse --short HEAD)
|
||||
git switch -c "sync/ruff-${commit}"
|
||||
git add ruff
|
||||
git commit -m 'Update ruff submodule to https://github.com/astral-sh/ruff/commit/${commit}'
|
||||
git commit -m "Update ruff submodule to https://github.com/astral-sh/ruff/commit/${commit}"
|
||||
```
|
||||
|
||||
To restore the Ruff submodule to a clean-state, reset, then update the submodule:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue