Skip to content

Commit aad8aaf

Browse files
authored
Merge pull request GoogleCloudPlatform#331 from agadabanka/master
Typo fixes runtime error - user_email => writer_email
2 parents 6380565 + bc8e8b7 commit aad8aaf

File tree

1 file changed

+1
-1
lines changed
  • appengine/taskqueue/pull/src/main/webapp/WEB-INF

1 file changed

+1
-1
lines changed

appengine/taskqueue/pull/src/main/webapp/WEB-INF/queue.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<mode>pull</mode>
55
<acl>
66
<user-email>bar@foo.com</user-email> <!-- can list, get, lease, delete, and update tasks -->
7-
<writer-email>user@gmail.com</user-email> <!-- can insert tasks, in addition to rights granted by being a user_email above -->
7+
<writer-email>user@gmail.com</writer-email> <!-- can insert tasks, in addition to rights granted by being a user_email above -->
88
<writer-email>bar@foo.com</writer-email> <!-- can insert tasks, in addition to rights granted by being a user_email above -->
99
</acl>
1010
</queue>

0 commit comments

Comments
 (0)