Skip to content

Commit

Permalink
fixing copy for publish agent progress toast (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
el-mike authored Oct 22, 2024
1 parent a595e5e commit 9101ab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sema4ai/src/sema4ai_code/robocorp_language_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -1933,7 +1933,7 @@ def _pack_agent_package_threaded(self, directory, ws, monitor: IMonitor):
from sema4ai_ls_core.progress_report import progress_context

with progress_context(
self._endpoint, "Building Action Package", self._dir_cache
self._endpoint, "Building Agent Package", self._dir_cache
):
return self._agent_cli.pack_agent_package(directory, ws, monitor)

Expand Down

0 comments on commit 9101ab6

Please sign in to comment.