Skip to content

Commit

Permalink
fix enum typo
Browse files Browse the repository at this point in the history
  • Loading branch information
aaxelb committed Feb 20, 2024
1 parent 4580a6f commit 38db11c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon_toolkit/operation.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

class AddonOperationType(enum.Enum):
REDIRECT = "redirect"
PROXY = "redirect"
PROXY = "proxy"


@dataclasses.dataclass(frozen=True)
Expand Down

0 comments on commit 38db11c

Please sign in to comment.