Repository: drill-site
Updated Branches:
  refs/heads/asf-site e70f2bc16 -> 33328fb4d


minor edit to fix typo


Project: http://git-wip-us.apache.org/repos/asf/drill-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/drill-site/commit/33328fb4
Tree: http://git-wip-us.apache.org/repos/asf/drill-site/tree/33328fb4
Diff: http://git-wip-us.apache.org/repos/asf/drill-site/diff/33328fb4

Branch: refs/heads/asf-site
Commit: 33328fb4db3affa49c9ed46a204e187c1a20ce58
Parents: e70f2bc
Author: Bridget Bevens <bbev...@maprtech.com>
Authored: Mon Nov 2 15:59:02 2015 -0800
Committer: Bridget Bevens <bbev...@maprtech.com>
Committed: Mon Nov 2 15:59:02 2015 -0800

----------------------------------------------------------------------
 docs/plugin-configuration-basics/index.html | 2 +-
 feed.xml                                    | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/drill-site/blob/33328fb4/docs/plugin-configuration-basics/index.html
----------------------------------------------------------------------
diff --git a/docs/plugin-configuration-basics/index.html 
b/docs/plugin-configuration-basics/index.html
index 7422c43..0f05262 100644
--- a/docs/plugin-configuration-basics/index.html
+++ b/docs/plugin-configuration-basics/index.html
@@ -1177,7 +1177,7 @@ The attribute settings as entered in the Web 
Console.</p></li>
 </ul>
 
 <p>For example, this command creates a storage plugin named myplugin for 
reading files of an unknown type located on the root of the file system:</p>
-<div class="highlight"><pre><code class="language-text" data-lang="text">curl 
-X POST -H &quot;Content-Tpe: application/json&quot; -d 
&#39;{&quot;name&quot;:&quot;myplugin&quot;, &quot;config&quot;: 
{&quot;type&quot;: &quot;file&quot;, &quot;enabled&quot;: false, 
&quot;connection&quot;: &quot;file:///&quot;, &quot;workspaces&quot;: { 
&quot;root&quot;: { &quot;location&quot;: &quot;/&quot;, &quot;writable&quot;: 
false, &quot;defaultInputFormat&quot;: null}}, &quot;formats&quot;: null}}&#39; 
https://localhost:8047/storage/myplugin.json
+<div class="highlight"><pre><code class="language-text" data-lang="text">curl 
-X POST -H &quot;Content-Type: application/json&quot; -d 
&#39;{&quot;name&quot;:&quot;myplugin&quot;, &quot;config&quot;: 
{&quot;type&quot;: &quot;file&quot;, &quot;enabled&quot;: false, 
&quot;connection&quot;: &quot;file:///&quot;, &quot;workspaces&quot;: { 
&quot;root&quot;: { &quot;location&quot;: &quot;/&quot;, &quot;writable&quot;: 
false, &quot;defaultInputFormat&quot;: null}}, &quot;formats&quot;: null}}&#39; 
https://localhost:8047/storage/myplugin.json
 </code></pre></div>
 <p>For more information about the REST API, see this <a 
href="https://docs.google.com/document/d/1mRsuWk4Dpt6ts-jQ6ke3bB30PIwanRiCPfGxRwZEQME";>Google
 doc</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/drill-site/blob/33328fb4/feed.xml
----------------------------------------------------------------------
diff --git a/feed.xml b/feed.xml
index c20b15c..17dec56 100644
--- a/feed.xml
+++ b/feed.xml
@@ -6,8 +6,8 @@
 </description>
     <link>/</link>
     <atom:link href="/feed.xml" rel="self" type="application/rss+xml"/>
-    <pubDate>Fri, 30 Oct 2015 16:29:14 -0700</pubDate>
-    <lastBuildDate>Fri, 30 Oct 2015 16:29:14 -0700</lastBuildDate>
+    <pubDate>Mon, 02 Nov 2015 15:56:30 -0800</pubDate>
+    <lastBuildDate>Mon, 02 Nov 2015 15:56:30 -0800</lastBuildDate>
     <generator>Jekyll v2.5.2</generator>
     
       <item>

Reply via email to