Skip to content

Commit

Permalink
Fix envinfo arguments in issue template (#1075)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasIO authored Jan 24, 2025
1 parent 8bb20bb commit 3f71e9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ body:
label: System Info
description: |
Please mention the OS (incl. Version) and Browser (including exact version) on which you are seeing this issue.
For ease of use you can run `npx envinfo --system --binaries --browsers --npmPackages "{livekit-client, @livekit/*}"` from within your livekit project, to give us all the needed info about your current environment`
For ease of use you can run `npx envinfo --system --binaries --browsers --npmPackages "{livekit-*,@livekit/*}"` from within your livekit project, to give us all the needed info about your current environment`
render: shell
placeholder: System, Binaries, Browsers
validations:
Expand Down

0 comments on commit 3f71e9a

Please sign in to comment.