Skip to content

Commit

Permalink
status: correct always changed state
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeorpinel committed Mar 2, 2022
1 parent 920a327 commit 4f8f889
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion content/docs/command-reference/repro.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ There are a few ways to restrict what will be regenerated by this command: by
specifying specific reproduction [`targets`](#options), or by using certain
command [options](#options), such as `--single-item` or `--all-pipelines`.

> Note that stages without dependencies or outputs are considered [always
> Note that stages without dependencies nor outputs are considered [always
> changed], so `dvc repro` always executes them.
<abbr>Stage</abbr> outputs are deleted from the <abbr>workspace</abbr> before
Expand Down
6 changes: 3 additions & 3 deletions content/docs/command-reference/status.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ detailed bellow.
- _changed checksum_ means that the `.dvc` file hash has changed (e.g. someone
manually edited it).

- _always changed_ means that this stage (in `dvc.yaml`) has no dependencies or
the `always_changed` field set to `true` (see
`dvc stage add --always-changed`).
- _always changed_ means that this stage (in `dvc.yaml`) has neither
dependencies nor outputs, or that the `always_changed` field set to `true`
(see `dvc stage add --always-changed`).

- _changed deps_ or _changed outs_ means that there are changes in dependencies
or outputs tracked by the stage or `.dvc` file. Depending on the use case,
Expand Down

0 comments on commit 4f8f889

Please sign in to comment.