Skip to content

Commit 8db5f7c

Browse files
docs: fix bug_report.md (#2032)
Remove backslash which throws an error (tested on OSX fish and CentOS bash)
1 parent 1b3bc8c commit 8db5f7c

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
@@ -14,7 +14,7 @@ assignees: ''
1414
gulp, grunt, webpack, etc. Thank you so much <3
1515
-->
1616

17-
- Versions: <!-- run this: node -e 'console.log(`node@${process.version}, ${process.platform}@${require(\"os\").release()}`)' -->
17+
- Versions: <!-- run this: node -e 'console.log(`node@${process.version}, ${process.platform}@${require("os").release()}`)' -->
1818
- `nodemon -v`:
1919
- Operating system/terminal environment (powershell, gitshell, etc):
2020
- Using Docker? What image:

0 commit comments

Comments
 (0)