Skip to content

Commit

Permalink
✏️ fix rewrite task
Browse files Browse the repository at this point in the history
Signed-off-by: Eden Ross Duff, MSc, DDiv <[email protected]>
  • Loading branch information
rjdbcm authored Nov 7, 2024
1 parent 3f471da commit 998d74b
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}')
c.run(f'meson rewrite command {command}')

0 comments on commit 998d74b

Please sign in to comment.