Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d4a1263

Browse files
authored
Fix typo in README instructions for Cloud Run (see issue GoogleCloudPlatform#4545) (GoogleCloudPlatform#4595)
1 parent d2fde5b commit d4a1263

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloud-sql/postgres/sqlalchemy/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ Take note of the URL output at the end of the deployment process.
164164
3. Configure the service for use with Cloud Run
165165
166166
```sh
167-
gcloud beta run services update run-mysql \
167+
gcloud beta run services update run-sql \
168168
--add-cloudsql-instances [INSTANCE_CONNECTION_NAME] \
169169
--set-env-vars CLOUD_SQL_CONNECTION_NAME=[INSTANCE_CONNECTION_NAME],\
170170
DB_USER=[MY_DB_USER],DB_PASS=[MY_DB_PASS],DB_NAME=[MY_DB]

0 commit comments

Comments
 (0)