You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by al...@apache.org on 2017/10/09 22:54:18 UTC

mesos git commit: Fixed event syntax by removing a task key.

Repository: mesos
Updated Branches:
  refs/heads/master d79dd983e -> eeed32fca


Fixed event syntax by removing a task key.

This closes #237


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/eeed32fc
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/eeed32fc
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/eeed32fc

Branch: refs/heads/master
Commit: eeed32fcaafca6792cb208a681d6cee0909ac9d3
Parents: d79dd98
Author: Adam Dangoor <ad...@gmail.com>
Authored: Mon Oct 9 15:50:39 2017 -0700
Committer: Alexander Rukletsov <al...@apache.org>
Committed: Mon Oct 9 15:50:39 2017 -0700

----------------------------------------------------------------------
 docs/executor-http-api.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/eeed32fc/docs/executor-http-api.md
----------------------------------------------------------------------
diff --git a/docs/executor-http-api.md b/docs/executor-http-api.md
index 3e9d04f..f03b8f2 100644
--- a/docs/executor-http-api.md
+++ b/docs/executor-http-api.md
@@ -279,7 +279,7 @@ LAUNCH_GROUP Event (JSON)
   "launch_group": {
     "task_group" : {
       "tasks" : [
-        "task": {
+        {
           "name": "dummy-task",
           "task_id": {
             "value": "d40f3f3e-bbe3-44af-a230-4cb1eae72f67"