Added get_job_param_mount() and get_task_param_mount()
[arvados.git] / doc / user / tutorials / tutorial-new-pipeline.html.textile.liquid
index 83122377314acc5eeada54ab7182449f67fe42d1..008316691e20e81e129c6d2c32562be0af9907bb 100644 (file)
@@ -16,7 +16,7 @@ h2. Create a new script
 
 Our second script will filter the output of @parallel_hash.py@ and only include hashes that start with 0.  Create a new script in @crunch_scripts/@ called @0-filter.py@:
 
-<pre><code class="userinput">{% include '0-filter_py' %}</code></pre>
+<pre><code class="userinput">{% include '0_filter_py' %}</code></pre>
 
 Now add it to git: