Skip to content

Commit 2ff2c8a

Browse files
committed
+code highlight
1 parent edab961 commit 2ff2c8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Please use a Markdown code block (three backticks on a line by themselves before
3434
- [ ] Please attach the debug log of a faulty Pyenv invocation as a gist
3535
* If the problem happens in a Pyenv invocation, you can turn on debug logging by setting `PYENV_DEBUG=1`, e.g. `env PYENV_DEBUG=1 pyenv install -v 3.6.4`
3636
* If the problem happens outside of a Pyenv invocation, get the debug log like this:
37-
```
37+
```bash
3838
# for Bash
3939
export PS4='+(${BASH_SOURCE}:${LINENO}): ${FUNCNAME[0]:+${FUNCNAME[0]}(): }'
4040
# for Zsh

0 commit comments

Comments
 (0)