Skip to content

Commit c60e349

Browse files
authored
Merge pull request #428 from cncolder/patch-1
chore: quote star in issue template command
2 parents 8b8672b + b4258f8 commit c60e349

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)