Skip to content

Commit

Permalink
Merge pull request pelican-eggs#1716 from parkervcp/templates/bug-report
Browse files Browse the repository at this point in the history
issue templates: fix markdown formatting issue
  • Loading branch information
parkervcp authored Jun 20, 2022
2 parents e218c5a + 193f00b commit 3a99ad4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,10 @@ body:
description: |
Run the command below on the SSH terminal of your Wings machine and provide the link to logs.
`tail -n 100 $(ls -Alrt /var/log/pterodactyl/install/*.log | tail -1 | sed 's/ */ /g' | cut -s -d' ' -f9) | nc pteropaste.com 99`
```
tail -n 1000 $(ls -Alrt /var/log/pterodactyl/install/*.log | tail -1 | sed 's/ */ /g' | cut -s -d' ' -f9) | nc pteropaste.com 99
```
placeholder: |
https://pteropaste.com/exampleLogs
validations:
required: true
required: true

0 comments on commit 3a99ad4

Please sign in to comment.