Skip to content

Commit

Permalink
Use more legible syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Apr 2, 2024
1 parent a8526a0 commit 1456456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ layout python python$(cat .python-version-default)
or, if you like [*uv*](https://github.com/astral-sh/uv):

```bash
test -d .venv || uv venv --python python`cat .python-version-default`
test -d .venv || uv venv --python python$(cat .python-version-default)
. .venv/bin/activate
```

Expand Down

0 comments on commit 1456456

Please sign in to comment.