Skip to content

Commit

Permalink
fix settings path
Browse files Browse the repository at this point in the history
  • Loading branch information
iLLiCiTiT committed Dec 11, 2024
1 parent 3912b06 commit 6f8af3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/ayon_core/tools/push_to_project/models/integrate.py
Original file line number Diff line number Diff line change
Expand Up @@ -837,8 +837,8 @@ def _determine_product_name(self):
self._status.set_failed(
"Target product name template requires task name. To continue"
" you have to select target task or change settings"
" `ayon+settings://core/tools/publish/template_name_profiles"
f"?project={self._item.dst_project_name}`."
" <b>ayon+settings://core/tools/creator/product_name_profiles"
f"?project={self._item.dst_project_name}</b>."
)
raise PushToProjectError(self._status.fail_reason)

Expand Down

0 comments on commit 6f8af3f

Please sign in to comment.