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/20 16:11:01 UTC

svn commit: r1579655 - /thrift/cms-site/trunk/templates/tutorial_intro.md

Author: joes
Date: Thu Mar 20 15:11:00 2014
New Revision: 1579655

URL: http://svn.apache.org/r1579655
Log:
fix template

Modified:
    thrift/cms-site/trunk/templates/tutorial_intro.md

Modified: thrift/cms-site/trunk/templates/tutorial_intro.md
URL: http://svn.apache.org/viewvc/thrift/cms-site/trunk/templates/tutorial_intro.md?rev=1579655&r1=1579654&r2=1579655&view=diff
==============================================================================
--- thrift/cms-site/trunk/templates/tutorial_intro.md (original)
+++ thrift/cms-site/trunk/templates/tutorial_intro.md Thu Mar 20 15:11:00 2014
@@ -7,6 +7,6 @@ All Apache Thrift tutorials require that
 1. Built and installed the Apache Thrift Compiler and Libraries, see [Building from source](/docs/BuildingFromSource/) for more details.
 1. Generated the [tutorial.thrift](https://git-wip-us.apache.org/repos/asf?p=thrift.git;a=blob_plain;f=tutorial/tutorial.thrift) file as [discussed here](/tutorial/)
 
-		thrift -r --gen <%= item[:library_lang] %> tutorial.thrift
+		thrift -r --gen {{ headers.library_lang }} tutorial.thrift
 
 1. Followed all prerequesets listed