Skip to content

Commit

Permalink
Applied toml path resolve to git_info template too
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertoRoos committed Jan 31, 2025
1 parent 460aed5 commit 13dc810
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/tctools/git_info/git_info_class.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ class GitInfo(Tool):

CONFIG_KEY = "git_info"

PATH_VARIABLES = ["template"]

def __init__(self, *args):
super().__init__(*args)

Expand Down

0 comments on commit 13dc810

Please sign in to comment.