Skip to content

Commit 64bdf83

Browse files
Fix typo with debug and correct war file name
1 parent 1069064 commit 64bdf83

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
@@ -37,7 +37,7 @@ Is this a QuickStart UI bug? If so, which browser are you using?
3737
If possible, rerun the command with -d for debugging output and attach the output:
3838

3939
**for quickstart:**
40-
`java -jar quickstart.war -debug > myoutput.txt`
40+
`java -jar marklogic-datahub-<version>.war --debug > myoutput.txt`
4141

4242
**for gradle:**
4343
`gradle mlYourCommand -debug > myoutput.txt`

0 commit comments

Comments
 (0)