Skip to content

Commit

Permalink
Update status_report.py
Browse files Browse the repository at this point in the history
  • Loading branch information
beckermr authored Apr 21, 2024
1 parent dbd5397 commit 0050348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda_forge_tick/status_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ def main() -> None:
mname = os.path.basename(old_file).rsplit(".", 1)[0]
if (mname not in total_status) and (mname not in closed_status):
subprocess.run(
["git", "rm", "-f ", old_file],
["git", "rm", "-f", old_file],
check=True,
)

Expand Down

0 comments on commit 0050348

Please sign in to comment.