diff --git a/public/static/docs/command-reference/get.md b/public/static/docs/command-reference/get.md index b78e27f179..27eddb42d8 100644 --- a/public/static/docs/command-reference/get.md +++ b/public/static/docs/command-reference/get.md @@ -113,7 +113,7 @@ We can also use `dvc get` to retrieve any file or directory that exists in a git repository. ```dvc -$ dvc get https://github.com/schacon/cowsay/install.sh install.sh +$ dvc get https://github.com/schacon/cowsay install.sh $ ls install.sh ```