Skip to content

Commit bebc2d1

Browse files
Merge pull request circleci#3326 from circleci/update-validate-command
Update testing-orbs.md
2 parents 99fda07 + 22c2176 commit bebc2d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jekyll/_cci2/testing-orbs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ To test whether an orb is valid YAML and is well-formed according to the schema,
3333

3434
Given an orb with source at `./src/orb.yml` you can run `circleci orb validate ./src/orb.yml` to receive feedback on whether the orb is valid and will pass through config processing. If there is an error, you will receive the first schema validation error encountered. Alternatively, you can pass STDIN rather than a file path.
3535

36-
For example, equivalent to the previous example you can run `cat ./src/orb.yml | circleci orb validate.`
36+
For example, equivalent to the previous example you can run `cat ./src/orb.yml | circleci orb validate -`
3737

3838
**Note** Schema errors are often best read "inside out", where your coding error may be best described in one of the inner-most errors in a stack of errors.
3939

0 commit comments

Comments
 (0)