8000 Pub/Sub fix markup (#1408) · llozano100/java-docs-samples@427bf71 · GitHub
[go: up one dir, main page]

Skip to content

Commit 427bf71

Browse files
ajaaymanguillanneuf
authored andcommitted
Pub/Sub fix markup (GoogleCloudPlatform#1408)
1 parent 5173029 commit 427bf71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appengine-java8/pubsub/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ gcloud beta pubsub subscriptions create <your-subscription-name> \
5656
- Create a subscription for authenticated pushes to send messages to a Google Cloud Project URL such as https://<your-project-id>.appspot.com/authenticated-push.
5757

5858
The push auth service account must have Service Account Token Creator Role assigned, which can be done in the Cloud Console [IAM & admin](https://console.cloud.google.com/iam-admin/iam) UI.
59-
`--push-auth-token-audience` is optional. If set, remember to modify the audience field check in [PubSubAuthenticatedPush.java](src/main/java/com/example/appengine/pubsub/PubSubAuthenticatedPush.java#L36).
59+
`--push-auth-token-audience` is optional. If set, remember to modify the audience field check in [PubSubAuthenticatedPush.java](src/main/java/com/example/appengine/pubsub/PubSubAuthenticatedPush.java#L48).
6060

6161
```
6262
gcloud beta pubsub subscriptions create <your-subscription-name> \

0 commit comments

Comments
 (0)
0