Skip to content

Commit 07eef1f

Browse files
Fix typo in issue reporting template
Correct a one-character typo in the issue reporting template, for a command which bug-reporters are requested to run in order to gather configuration details. Signed-off-by: Adric Norris <[email protected]>
1 parent eda474c commit 07eef1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ _TODO_
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-
$ cat /etc/install_options.txt
29+
$ cat /etc/install-options.txt
3030
_TODO_
3131
```
3232

0 commit comments

Comments
 (0)