Skip to content

Commit

Permalink
Merge pull request #925 from iterative/skshetry-patch-1
Browse files Browse the repository at this point in the history
Fix `dvc get` example
  • Loading branch information
shcheklein authored Jan 16, 2020
2 parents 49eb5ec + 5766802 commit 5d3c346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/static/docs/command-reference/get.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit 5d3c346

Please sign in to comment.