aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: