You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by jo...@apache.org on 2014/03/18 14:12:22 UTC

svn commit: r1578860 - /thrift/cms-site/trunk/lib/path.pm

Author: joes
Date: Tue Mar 18 13:12:22 2014
New Revision: 1578860

URL: http://svn.apache.org/r1578860
Log:
syntax

Modified:
    thrift/cms-site/trunk/lib/path.pm

Modified: thrift/cms-site/trunk/lib/path.pm
URL: http://svn.apache.org/viewvc/thrift/cms-site/trunk/lib/path.pm?rev=1578860&r1=1578859&r2=1578860&view=diff
==============================================================================
--- thrift/cms-site/trunk/lib/path.pm (original)
+++ thrift/cms-site/trunk/lib/path.pm Tue Mar 18 13:12:22 2014
@@ -14,7 +14,7 @@ our @patterns = (
 );
 
 our %dependencies = (
-    "/docs.md" => [ grep s/^content//, glob "content/docs/*" ];
+    "/docs.md" => [ grep s/^content//, glob "content/docs/*" ],
 );