aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorChristian Schneppe <kriztan@users.noreply.github.com>2017-02-07 09:06:08 +0100
committerGitHub <noreply@github.com>2017-02-07 09:06:08 +0100
commitdc2a72e3d19d843500ad6f9ed7494e69b0f31ede (patch)
treeb13d60a0d551e7ee4ac75a1acbd66ab5194d73af /.github
parente24cca4c6d1f0f85c761b147914ae9eae775152e (diff)
Update ISSUE_TEMPLATE.md
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
index 111c7a25e..6dd2252ca 100644
--- a/.github/ISSUE_TEMPLATE.md
+++ b/.github/ISSUE_TEMPLATE.md
@@ -21,5 +21,5 @@ Please post the output of adb logcat. The log should begin with the start of Pix
steps it takes to reproduce the problem.
````
-C:\ADB>adb -d logcat -v time | FINDSTR Pix-Art > logcat.txt
+adb -d logcat -v time | FINDSTR Pix-Art > logcat.txt
````