Sergio Correa
Results
1
comments of
Sergio Correa
Hi @qgadrian, the problem seems to be here: ``` def resolve_app_path do repo_path = resolve_git_path_based_on_git_version() |> Path.dirname() Path.relative_to(File.cwd!(), repo_path) end ``` During auto install, `File.cwd!()` returns `//deps/git_hooks` and `repo_path` returns...