Skip to content

Commit

Permalink
whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt M committed Nov 7, 2024
1 parent fe2b734 commit 0cbd437
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
repository: mcm001/photonvision
run-id: ${{ github.event.client_payload.run_id }}
merge-multiple: true
path: $GITHUB_WORKSPACE/2025
path: "2025"

- run: find .
- run: git status
Expand Down
2 changes: 1 addition & 1 deletion fixup_year.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


if __name__ == "__main__":
print("hello, world! " + sys.argv)
print("hello, world! " + str(sys.argv))

0 comments on commit 0cbd437

Please sign in to comment.