diff options
-rw-r--r-- | .github/ISSUE_TEMPLATE/2-bug-report.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/2-bug-report.yml b/.github/ISSUE_TEMPLATE/2-bug-report.yml index 9002b4d3c..6e13fc37d 100644 --- a/.github/ISSUE_TEMPLATE/2-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/2-bug-report.yml @@ -14,7 +14,7 @@ body: - type: input attributes: label: What version of Bun is running? - description: Copy the output of `bun -v` + description: Copy the output of `bun --revision` - type: input attributes: label: What platform is your computer? |