mirror of
https://github.com/parkervcp/eggs.git
synced 2024-11-11 19:57:22 +08:00
templates: fix markdown formatting issue
The markdown parsing would remove any additional spaces unless the code example is inserted into its distinct code block. This fixes the sed command.
This commit is contained in:
parent
75bb533d18
commit
193f00b6e2
4
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
4
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
@ -79,7 +79,9 @@ body:
|
|||||||
description: |
|
description: |
|
||||||
Run the command below on the SSH terminal of your Wings machine and provide the link to logs.
|
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: |
|
placeholder: |
|
||||||
https://pteropaste.com/exampleLogs
|
https://pteropaste.com/exampleLogs
|
||||||
validations:
|
validations:
|
||||||
|
Loading…
Reference in New Issue
Block a user