Merge branch '2070-read-remote-arvados'
[arvados.git] / doc / user / tutorials / running-external-program.html.textile.liquid
index 5a4320c3a71f269a47fa6236d6eb6dd24e1a2cc7..e2860132470ed55f6d4331ccf93b0583cfd15666 100644 (file)
@@ -23,7 +23,7 @@ Start by entering the @crunch_scripts@ directory of your git repository:
  
 Next, using your favorite text editor, create a new file called @run-md5sum.py@ in the @crunch_scripts@ directory.  Add the following code to use the @md5sum@ program to compute the hash of each file in a collection:
 
-<pre><code class="userinput">{% include 'run-md5sum_py' %}</code></pre>
+<pre><code class="userinput">{% include 'run_md5sum_py' %}</code></pre>
 
 Make the file executable: