Skip to content

Commit

Permalink
Fix #4142 - config file in proj dir
Browse files Browse the repository at this point in the history
  • Loading branch information
erichoog authored and audgirka committed Jan 27, 2025
1 parent 30a9749 commit 9edc243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/molecule/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ def _filter_platforms(
@cache
def find_vcs_root(
location: str | Path = "",
dirs: tuple[str, ...] = (".git", ".hg", ".svn"),
dirs: tuple[str, ...] = (".git", ".hg", ".svn", ".config"),
default: str = "",
) -> str:
"""Return current repository root directory.
Expand Down

0 comments on commit 9edc243

Please sign in to comment.