You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by qi...@apache.org on 2017/07/16 08:24:04 UTC

mesos git commit: Fixed an incorrect field name in fetcher.md.

Repository: mesos
Updated Branches:
  refs/heads/master 4b6269c1f -> 400d3002d


Fixed an incorrect field name in fetcher.md.


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

Branch: refs/heads/master
Commit: 400d3002d4aa82cbae4b55bced608e95225176e4
Parents: 4b6269c
Author: Qian Zhang <zh...@gmail.com>
Authored: Sun Jul 16 16:19:25 2017 +0800
Committer: Qian Zhang <zh...@gmail.com>
Committed: Sun Jul 16 16:19:25 2017 +0800

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/400d3002/docs/fetcher.md
----------------------------------------------------------------------
diff --git a/docs/fetcher.md b/docs/fetcher.md
index e8cb138..55d2435 100644
--- a/docs/fetcher.md
+++ b/docs/fetcher.md
@@ -71,7 +71,7 @@ each URI are determined based on the following protobuf structure. (See
         optional bool executable = 2;
         optional bool extract = 3 [default = true];
         optional bool cache = 4;
-        optional string filename = 5;
+        optional string output_file = 5;
       }
       ...
       optional string user = 5;