summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLuka Markušić <luka.markusic@microblink.com>2022-01-31 18:07:35 +0100
committerLuka Markušić <luka.markusic@microblink.com>2022-01-31 18:07:35 +0100
commita2fd3541d5c828af5b09fee20e331394c0e51c6c (patch)
tree04f0bf038f67b136b44c9e924ac2501f9ea1f7e0 /.github
parent15ca38ba2e8cb17b342ff0273a2882d0228554a1 (diff)
'git-rev parse' should be 'git rev-parse'
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index 6f8839d63..845b8ab35 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -26,7 +26,7 @@ If applicable, add screenshots to help explain your problem.
**Desktop (please complete the following information):**
- OS: [e.g. Windows]
- Lazygit Version [e.g. v0.1.45]
- - The last commit id if you built project from sources (run : ```git-rev parse HEAD```)
+ - The last commit id if you built project from sources (run : ```git rev-parse HEAD```)
**Additional context**
Add any other context about the problem here.