fixed typos in bruno-cli readme.md (#2600)

This commit is contained in:
Jorge Caridad 2024-07-10 01:59:23 -04:00 committed by GitHub
parent 240d2d03f7
commit 8094149fbe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -64,13 +64,13 @@ Bruno cli returns the following exit status codes:
- `1` -- an assertion, test, or request in the executed collection failed
- `2` -- the specified output directory does not exist
- `3` -- the request chain seems to loop endlessly
- `4` -- bru was called outside of a colection root directory
- `4` -- bru was called outside of a collection root directory
- `5` -- the specified input file does not exist
- `6` -- the specified environment does not exist
- `7` -- the environment override was not a string or object
- `8` -- an environment override is malformed
- `9` -- an invalid output format was requested
- `255` -- another error occured
- `255` -- another error occurred
## Demo