Skip to content

Commit

Permalink
✏️ fix quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
rjdbcm committed Nov 7, 2024
1 parent 41bbbdd commit 4a0af75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ozi/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,4 +134,4 @@ def publish(c: Context, ozi: bool = False) -> None:
@task
def rewrite(c: Context, command: str) -> None:
"""Interactive mode entrypoint for meson rewrite."""
c.run(f'meson rewrite command {command}')
c.run(f"meson rewrite command '{command}'")

0 comments on commit 4a0af75

Please sign in to comment.