Skip to content

Commit 70c4616

Browse files
andrewlarimercopybara-github
authored andcommitted
fix: add space to allow adk deploy cloud_run --a2a
Merge #2138 This missing space leads to an error when deploying to cloud_run that says "No option --a2a/apps/agents" COPYBARA_INTEGRATE_REVIEW=#2138 from andrewlarimer:fix--add-space-to-allow-adk-deploy-cloud_run---a2a 47831f1 PiperOrigin-RevId: 786459787
1 parent 1355bd6 commit 70c4616

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/google/adk/cli/cli_deploy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
5656
EXPOSE {port}
5757
58-
CMD adk {command} --port={port} {host_option} {service_option} {trace_to_cloud_option} {allow_origins_option} {a2a_option}"/app/agents"
58+
CMD adk {command} --port={port} {host_option} {service_option} {trace_to_cloud_option} {allow_origins_option} {a2a_option} "/app/agents"
5959
"""
6060

6161
_AGENT_ENGINE_APP_TEMPLATE = """

0 commit comments

Comments
 (0)