Skip to content

Commit d11d902

Browse files
committed
PortAddonPullRequest: fix command to resume the work
1 parent 40f35fd commit d11d902

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oca_port/port_addon_pr.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ def _port_pull_requests(self, branches_diff):
164164
msg = "ℹ️ To resume the work from this branch, relaunch with:\n\n"
165165
cmd = (
166166
f"\t{bc.DIM}oca-port {self.app.source.ref} "
167-
f"{dest_branch_name} {self.app.addon} %s{bc.END}"
167+
f"{dest_branch_name} {self.app.addon_path} %s{bc.END}"
168168
)
169169
opts = []
170170
if self.app.source.branch != self.app.source_version:

0 commit comments

Comments
 (0)