Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
pmcmaw authored Nov 15, 2023
1 parent c918dad commit 2ddb5f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ matrix_from_metadata_v2 accepts the `--exclude-platforms <JSON array>` argument

For example:

`$: bundle exec matrix_from_metadata_v2 --exclude-platforms '["debian-11","centos-8"]'`
`$: bundle exec matrix_from_metadata_v2 --exclude-platforms '["debian-12","centos-8"]'`

> Note: The option value should be JSON string otherwise it will throw an error.
> The values provided in the json array are case-insensitive `["debian-11","centos-8"]'` or `["Debian-11","CentOS-8"]'` are treated as being the same.
Expand Down

0 comments on commit 2ddb5f6

Please sign in to comment.