Skip to content

Commit

Permalink
cmd: use diff names/scripts in run examples
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeorpinel committed Jan 4, 2021
1 parent f5978df commit 4781b64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/docs/command-reference/run.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,8 @@ like `|` (pipe) or `<`, `>` (redirection), otherwise they would apply to
variables in it that should be evaluated dynamically. Examples:

```dvc
$ dvc run -n my_stage "./my_script.sh > /dev/null 2>&1"
$ dvc run -n my_stage -f './my_script.sh $MYENVVAR'
$ dvc run -n first_stage "./a_script.sh > /dev/null 2>&1"
$ dvc run -n second_stage './another_script.sh $MYENVVAR'
```

## Options
Expand Down

0 comments on commit 4781b64

Please sign in to comment.