Skip to content
This repository was archived by the owner on Feb 1, 2024. It is now read-only.

Commit f058659

Browse files
authored
update Tasks Sample for App Engine [(#1541)](GoogleCloudPlatform/python-docs-samples#1541)
* update gcloud command for creating queues * deploys and runs * update license * passing tests
1 parent b343440 commit f058659

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/snippets/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ To set up authentication, please refer to our
2828

2929
To create a queue using the Cloud SDK, use the following gcloud command:
3030

31-
gcloud alpha tasks queues create-pull-queue my-pull-queue
31+
gcloud alpha tasks queues create pull my-pull-queue
3232

3333
## Running the Samples
3434

0 commit comments

Comments
 (0)