Skip to content

Commit

Permalink
models.reference_files:TActionType - fix incorrect type "replace" to …
Browse files Browse the repository at this point in the history
…"template"
  • Loading branch information
MatteoCampinoti94 committed Aug 5, 2024
1 parent d648dfd commit 6167ade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acacore/models/reference_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
TActionType = Literal[
"convert",
"extract",
"replace",
"template",
"manual",
"rename",
"ignore",
Expand Down

0 comments on commit 6167ade

Please sign in to comment.