Skip to content

Commit b4258f8

Browse files
authored
chore: quote star in issue template
it throws `no matches found: --npmPackages=*webpack*` without this
1 parent 8b8672b commit b4258f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/ISSUE_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<!--
77
Please include the output of running the command below:
88
9-
npx envinfo --system --binaries --npmPackages=*webpack* --npmGlobalPackages=webpack-bundle-analyzer
9+
npx envinfo --system --binaries --npmPackages='*webpack*' --npmGlobalPackages=webpack-bundle-analyzer
1010
1111
-->
1212

0 commit comments

Comments
 (0)