Skip to content

Commit b5cfc57

Browse files
committed
Use shell-agnostic ; instead of && in template
1 parent fd4389a commit b5cfc57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/ISSUE_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Please fill in the results of the following commands:
2626
$ dotnet --info
2727

2828

29-
$ git rev-parse HEAD && git status
29+
$ git rev-parse HEAD; git status
3030

3131

3232
```

0 commit comments

Comments
 (0)