Skip to content

Commit

Permalink
Update conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
normanrz authored Nov 21, 2024
1 parent 85dcc34 commit b343cff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def bikeshed():

if run_bikeshed:
subprocess.check_call(
f"bikeshed -f spec {index_file} {output_file}", shell=True
f"bikeshed spec {index_file} {output_file}", shell=True
)

if os.path.exists(target_dir):
Expand Down

0 comments on commit b343cff

Please sign in to comment.