X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/56edfaae396bd3e2c69d19425d887abe7e3bc0d5..6d146b5f5f7fd6310f4ded16851c8cc02037efc8:/doc/user/tutorials/git-arvados-guide.html.textile.liquid?ds=sidebyside diff --git a/doc/user/tutorials/git-arvados-guide.html.textile.liquid b/doc/user/tutorials/git-arvados-guide.html.textile.liquid index 042eeee13d..f9f0af521f 100644 --- a/doc/user/tutorials/git-arvados-guide.html.textile.liquid +++ b/doc/user/tutorials/git-arvados-guide.html.textile.liquid @@ -60,7 +60,7 @@ Create a git branch named *tutorial_branch* in the *tutorial* Arvados git reposi h2. Adding scripts to an Arvados repository -Arvados crunch scripts need to be added in a *crunch_scripts* subdirectory in the repository. If this subdirectory does not exists, first create it in the local repository and change to that directory: +Arvados crunch scripts need to be added in a *crunch_scripts* subdirectory in the repository. If this subdirectory does not exist, first create it in the local repository and change to that directory:
~/tutorial$ mkdir crunch_scripts