Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Commit 3243920

Browse files
Fix when setting system prompt (#715)
1 parent a563588 commit 3243920

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/codegate/pipeline/cli/commands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ async def _set_custom_instructions(self, flags: Dict[str, str], args: List[str])
397397
workspace_name = active_workspace.name
398398

399399
try:
400-
updated_worksapce = await self.workspace_crud.update_workspace_instructions(
400+
updated_worksapce = await self.workspace_crud.update_workspace_custom_instructions(
401401
workspace_name, args
402402
)
403403
except crud.WorkspaceDoesNotExistError:

0 commit comments

Comments
 (0)