Skip to content

Commit 03d71dc

Browse files
phil-blaindscho
authored andcommitted
fixup! Add an issue template
PowerShell does not understand the Command Prompt `%ENV_VAR%` syntax, it uses `$env:ENV_VAR` instead. Offer such an invocation to the reader in the "What options did you set as part of the installation" question. Signed-off-by: Philippe Blain <[email protected]> Signed-off-by: Johannes Schindelin <[email protected]>
1 parent dc88e3c commit 03d71dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ $ cmd.exe /c ver
2626
> type "C:\Program Files\Git\etc\install-options.txt"
2727
> type "C:\Program Files (x86)\Git\etc\install-options.txt"
2828
> type "%USERPROFILE%\AppData\Local\Programs\Git\etc\install-options.txt"
29+
> type "$env:USERPROFILE\AppData\Local\Programs\Git\etc\install-options.txt"
2930
$ cat /etc/install-options.txt
3031
3132
** insert your machine's response here **

0 commit comments

Comments
 (0)