Fixed a typo

This commit is contained in:
Thomas Bartelmess 2016-06-18 08:20:32 -04:00 committed by GitHub
parent 0d7fecc984
commit af9958054a
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ BUG FIXES:
priority [GH-1183]
* api: Tasks are no longer allowed to have slashes in their name [GH-1210]
* client: Delete tmp files used to communicate with execcutor [GH-1241]
* client: Prvent the client from restoring with incorrect task state [GH-1294]
* client: Prevent the client from restoring with incorrect task state [GH-1294]
* discovery: Ensure service and check names are unique [GH-1143, GH-1144]
* driver/docker: Ensure docker client doesn't time out after a minute.
[GH-1184]