Skip to content

Commit fe6a1ff

Browse files
authored
Changed module to service in pubsub appyaml
As per comments Bookshelf Pub/Sub changelist, I changed "module" to "service" in app.yaml comments because of change in terminology for Pub/Sub.
1 parent 208f28a commit fe6a1ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

6-pubsub/app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ env: flex
2121

2222
# [START entrypoint]
2323
# Instead of using gunicorn directly, we'll use Honcho. Honcho is a python port
24-
# of the Foreman process manager. For the default module, only the
24+
# of the Foreman process manager. For the default service, only the
2525
# frontend process is needed.
2626
entrypoint: honcho start -f /app/procfile bookshelf
2727
# [END entrypoint]

0 commit comments

Comments
 (0)