Skip to content

Commit

Permalink
Restyled by prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits committed Jun 3, 2020
1 parent c1e4dc3 commit a1eb4e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/docs/command-reference/freeze.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ positional arguments:
## Description

`dvc freeze` causes any stage to be considered _not changed_ by `dvc status` and
`dvc repro`. Stage reproduction will not regenerate <abbr>outputs</abbr>
of frozen stages, even if some dependencies have changed, and even if
`--force` is provided.
`dvc repro`. Stage reproduction will not regenerate <abbr>outputs</abbr> of
frozen stages, even if some dependencies have changed, and even if `--force` is
provided.

Freezing a stage is useful to avoid syncing data from the top of its
[pipeline](/doc/command-reference/pipeline), and keep iterating on the last
Expand Down

0 comments on commit a1eb4e2

Please sign in to comment.