Skip to content

Commit bc8e8b7

Browse files
authored
Typo - user_email => writer_email
Make sure to terminate <writer-email> with </writer-email> instead of </user-email>
1 parent 6380565 commit bc8e8b7

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)