Skip to content

Commit e7e63a1

Browse files
author
Adrian Chang
committed
fix escaping
1 parent e0e2f9d commit e7e63a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/lbox-example/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ dev-dependencies = []
4949

5050
[tool.rye.scripts]
5151
unit = "pytest tests/unit"
52-
integration = "python -c "import sys; sys.exit(0)"
52+
integration = "python -c \"import sys; sys.exit(0)\""
5353

5454
[tool.hatch.metadata]
5555
allow-direct-references = true

0 commit comments

Comments
 (0)