Author: humbedooh
Date: Tue Jan  1 11:28:15 2019
New Revision: 1850086

URL: http://svn.apache.org/viewvc?rev=1850086&view=rev
Log:
trivial change to re-test user agent

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=1850086&r1=1850085&r2=1850086&view=diff
==============================================================================
--- thrift/cms-site/trunk/lib/path.pm (original)
+++ thrift/cms-site/trunk/lib/path.pm Tue Jan  1 11:28:15 2019
@@ -14,7 +14,7 @@ EOT
 my %thrift_args = (
     conf          => Load(join "", <DATA>), # make YAML __DATA__ below 
available in conf argument
     preprocess    => 1,                     # enable template preprocessing of 
.md files
-    repo          => 'gitbox/thrift.git',   # set snippet default git repo (on 
gitbox).
+    repo          => 'gitbox/thrift.git',   # set snippet default git repo (on 
gitbox)...
     template      => 'default.html',        # set common template argument 
(mainly for .md files)
     snippet_footer=> $thrift_snippet_footer,# append this string to each 
generated snipppet block
     quick_deps    => 1,                     # short-circuit deps processing to 
headers only


Reply via email to