Skip to content

Commit

Permalink
Bugfix to GitHub Action implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
akaihola committed Dec 28, 2022
1 parent eacad31 commit 18cf6cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
if VERSION.startswith("@"):
req[0] = f"git+https://github.com/akaihola/darker{VERSION}#egg={req[0]}"
elif VERSION.startswith(("~", "=", "<", ">")):
req[1] += VERSION
req[0] += VERSION
else:
req[0] += f"=={VERSION}"
linter_options = []
Expand Down

0 comments on commit 18cf6cc

Please sign in to comment.