Use shell-agnostic ; instead of && in template

This commit is contained in:
Andy Schwartzmeyer 2016-05-04 18:00:31 -07:00
parent fd4389a643
commit b5cfc575d3

View File

@ -26,7 +26,7 @@ Please fill in the results of the following commands:
$ dotnet --info
$ git rev-parse HEAD && git status
$ git rev-parse HEAD; git status
```