Skip to content

Commit

Permalink
Fix envinfo command in issue template (#1383)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasIO authored Jan 24, 2025
1 parent 4aa27b3 commit 445a42e
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 @@ -35,7 +35,7 @@ body:
id: system-info
attributes:
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
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-*,@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 445a42e

Please sign in to comment.