Skip to content

Commit

Permalink
refactor: debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
nfelt14 committed Aug 19, 2024
1 parent 1c66fa3 commit 53b2ae3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ def _update_pre_commit_dependencies(
repository_root_directory: The root directory of the repository.
"""
_run_cmd_in_subprocess(
f'git config --global --add safe.directory "{repository_root_directory.as_posix()}"'
f'git config --global --add safe.directory "{repository_root_directory.resolve().as_posix()}"'
)
# Update pre-commit config file
try:
Expand Down

0 comments on commit 53b2ae3

Please sign in to comment.