X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/f3e3a6cc4b72120f856e14f3039b1c0c1f0326bd..e2d819b5216b056137fcc7863f788440a37a452d:/doc/user/tutorials/git-arvados-guide.html.textile.liquid diff --git a/doc/user/tutorials/git-arvados-guide.html.textile.liquid b/doc/user/tutorials/git-arvados-guide.html.textile.liquid index ad719a66e4..a552e4ee00 100644 --- a/doc/user/tutorials/git-arvados-guide.html.textile.liquid +++ b/doc/user/tutorials/git-arvados-guide.html.textile.liquid @@ -64,7 +64,7 @@ First, create a simple CWL CommandLineTool: notextile.
~/tutorials$ nano hello.cwl
- {% code 'tutorial_hello_cwl' as yaml %} + {% code tutorial_hello_cwl as yaml %} Next, add the file to the git repository. This tells @git@ that the file should be included on the next commit.