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" \