Skip to content

Commit

Permalink
Merge pull request #533 from jorgeorpinel/hotfix-yaml
Browse files Browse the repository at this point in the history
lint: fix prettier messup in YAML blocks
  • Loading branch information
shcheklein authored Aug 8, 2019
2 parents 2375025 + 9785320 commit 302f639
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/docs/user-guide/external-dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ The command above creates an <abbr>import stage</abbr> specified in DVC-file
### Expand to see resulting DVC-file

```yaml
---
...
deps:
- etag: '"f432e270cd634c51296ecd2bc2f5e752-5"'
path: https://dvc.org/s3/get-started/data.xml
Expand Down Expand Up @@ -167,7 +167,7 @@ dependency is specified.
### Expand to see resulting DVC-file

```yaml
---
...
deps:
- path: model.pkl
repo:
Expand Down

0 comments on commit 302f639

Please sign in to comment.