Skip to content

Commit 590d62d

Browse files
committed
Update main.py
1 parent 0b5e647 commit 590d62d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.manager/src/proman/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ def run_refactor(
460460
branch_manager.branch.checkout_to_auto(branch=pr_branch)
461461
try:
462462
hooks_output = _script.lint.run(
463-
config=self._path_head / ".devcontainer/config/pre-commit-ci.yaml",
463+
config=branch_manager.git.repo_path / ".devcontainer/config/pre-commit-ci.yaml",
464464
action=input_action,
465465
hook_stage="manual",
466466
ref_range=ref_range,

0 commit comments

Comments
 (0)