Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
howroyd committed Aug 27, 2023
1 parent 0335363 commit 6c403af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/simonsays_drgreengiant/simonsays.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@

try:
VERSION = git.Repo().tags[-1].name
except IndexErrror:
except IndexError:
# NOTE When in a GitHub action for pytest, this will fail
pass


Expand Down

0 comments on commit 6c403af

Please sign in to comment.