From 851763174e77be5dfe409ffb3ee4cb79659cbde4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jozef=20Steinh=C3=BCbl?= Date: Wed, 23 Aug 2023 09:42:33 +0200 Subject: [PATCH] ask for bun --revision instead bun -v (#4256) --- .github/ISSUE_TEMPLATE/2-bug-report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/2-bug-report.yml b/.github/ISSUE_TEMPLATE/2-bug-report.yml index 9002b4d3c7..6e13fc37d0 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?