Skip to content

Commit 93ec7b1

Browse files
authored
Update BUG_REPORT.yml (#6449)
Prefer separating commands with `;` which is more portable (works across bash, zsh, and PowerShell.
1 parent 214d2c1 commit 93ec7b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/ISSUE_TEMPLATE/BUG_REPORT.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ body:
3434
required: false
3535
- type: textarea
3636
attributes:
37-
label: Swift & OS version (output of `swift --version && uname -a`)
37+
label: Swift & OS version (output of `swift --version ; uname -a`)
3838
validations:
3939
required: false

0 commit comments

Comments
 (0)