From 576680253164ae9f477c47b1e601b5a48fefb1aa Mon Sep 17 00:00:00 2001 From: Saugat Pachhai Date: Thu, 16 Jan 2020 12:06:34 +0545 Subject: [PATCH] Fix dvc get example --- public/static/docs/command-reference/get.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```