Skip to content

Commit

Permalink
PortAddonPullRequest: fix command to resume the work
Browse files Browse the repository at this point in the history
  • Loading branch information
sebalix committed Jan 6, 2025
1 parent 40f35fd commit d11d902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oca_port/port_addon_pr.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ def _port_pull_requests(self, branches_diff):
msg = "ℹ️ To resume the work from this branch, relaunch with:\n\n"
cmd = (
f"\t{bc.DIM}oca-port {self.app.source.ref} "
f"{dest_branch_name} {self.app.addon} %s{bc.END}"
f"{dest_branch_name} {self.app.addon_path} %s{bc.END}"
)
opts = []
if self.app.source.branch != self.app.source_version:
Expand Down

0 comments on commit d11d902

Please sign in to comment.