X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/a7631a1ccb6e2a6925d00a06562e171c4ce4ea2f..764c0c4140ec17de63b16f185fa0cbfa9b5ef79f:/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.