Skip to content

Commit

Permalink
Update list-tags command inside customTagExamples.md (#411)
Browse files Browse the repository at this point in the history
  • Loading branch information
exe-r authored Jul 20, 2023
1 parent e321512 commit 2206ea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/3.Custom Taggers/customTagExamples.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ For instance, running -
```sh
export YOR_SIMPLE_TAGS='{"team": "devops", "env": "prod"}'
```
will add these tags as part of yor run, as shown once running `./yor --list-tags` command:
will add these tags as part of yor run, as shown once running `./yor list-tags` command:
![](../yor_list_tags_after_env_var.png)

## Adding Custom Tags Using Golang
Expand Down

0 comments on commit 2206ea9

Please sign in to comment.