Skip to content

Commit

Permalink
Merge pull request #331 from agadabanka/master
Browse files Browse the repository at this point in the history
Typo fixes runtime error - user_email => writer_email
  • Loading branch information
tswast committed Sep 6, 2016
2 parents 6380565 + bc8e8b7 commit aad8aaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appengine/taskqueue/pull/src/main/webapp/WEB-INF/queue.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<mode>pull</mode>
<acl>
<user-email>bar@foo.com</user-email> <!-- can list, get, lease, delete, and update tasks -->
<writer-email>user@gmail.com</user-email> <!-- can insert tasks, in addition to rights granted by being a user_email above -->
<writer-email>user@gmail.com</writer-email> <!-- can insert tasks, in addition to rights granted by being a user_email above -->
<writer-email>bar@foo.com</writer-email> <!-- can insert tasks, in addition to rights granted by being a user_email above -->
</acl>
</queue>
Expand Down

0 comments on commit aad8aaf

Please sign in to comment.