Update index.mdx

In trying the example, I found that you have to type "*.second-example" for the expected results.   I took the command line on line #78 literal and it didn't work as typed. When I used my proposed change... it worked for me.
Alternatively, "*.second*" works but that could grab builders that were not intended.
pull/12210/head
craigpero 3 years ago committed by Lucas Bajolet
parent 6e96b9e10f
commit 38d0bc818d

@ -75,7 +75,7 @@ matching **builders** (source) or all referenced builders 'except' the matching
ones, for example with the same config file:
```shell-session
> packer build -only "*.second" ./folder
> packer build -only "*.second-example" ./folder
Build 'null.second-example' finished.
Build 'a.null.second-example' finished.

Loading…
Cancel
Save