aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Ashcon Partovi <ashcon@partovi.net> 2022-12-08 09:50:03 -0800
committerGravatar GitHub <noreply@github.com> 2022-12-08 09:50:03 -0800
commitcf961336d061bb819227850024819a6c4655f038 (patch)
tree340848169805895c4b14f529943463c73b414f3f
parentb44615a916e819335a08dce3d7cde6c793cbafca (diff)
downloadbun-cf961336d061bb819227850024819a6c4655f038.tar.gz
bun-cf961336d061bb819227850024819a6c4655f038.tar.zst
bun-cf961336d061bb819227850024819a6c4655f038.zip
Update install issue template
-rw-r--r--.github/ISSUE_TEMPLATE/1-install-problem.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/1-install-problem.yml b/.github/ISSUE_TEMPLATE/1-install-problem.yml
index c9b399052..882b4be4c 100644
--- a/.github/ISSUE_TEMPLATE/1-install-problem.yml
+++ b/.github/ISSUE_TEMPLATE/1-install-problem.yml
@@ -15,7 +15,7 @@ body:
attributes:
label: What platform is your computer?
description: |
- For MacOS and Linux: copy the output of `uname -mprsv`
+ For MacOS and Linux: copy the output of `uname -mprs`
For Windows: copy the output of `"$([Environment]::OSVersion | ForEach-Object VersionString) $(if ([Environment]::Is64BitOperatingSystem) { "x64" } else { "x86" })"` in the PowerShell console
- type: textarea
attributes: