From cbc1ce05c3856c527c4342998e389a25d76e8cdb Mon Sep 17 00:00:00 2001 From: Scott Hart Date: Mon, 4 Nov 2024 16:54:12 -0500 Subject: [PATCH] doc: fix spacing --- examples/site/howto_deploy_to_cloud_run/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/site/howto_deploy_to_cloud_run/README.md b/examples/site/howto_deploy_to_cloud_run/README.md index c1642ae9..09622bdd 100644 --- a/examples/site/howto_deploy_to_cloud_run/README.md +++ b/examples/site/howto_deploy_to_cloud_run/README.md @@ -125,7 +125,6 @@ Set the active project: gcloud config set project ${GOOGLE_CLOUD_PROJECT} ``` - ```sh gcloud run deploy gcf-cpp-hello-world-http \ --image="gcr.io/${GOOGLE_CLOUD_PROJECT}/gcf-cpp-hello-world-http:latest" \