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/12246/head
craigpero 3 years ago committed by Wilken Rivera
parent 1cd0150afd
commit 65e5c9ed01

@ -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