Merge pull request #1316 from tbartelmess/patch-1

Fixed a typo
This commit is contained in:
Diptanu Choudhury
2016-06-18 14:05:58 -07:00
committed by GitHub

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]