mirror of
https://github.com/aclist/dztui.git
synced 2026-08-25 17:32:36 +02:00
fix: enclose whitespaces during setup
This commit is contained in:
parent
0cd561b62a
commit
34ee8c6645
4
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
4
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -5,6 +5,10 @@ labels: ["bug"]
|
|||||||
assignees:
|
assignees:
|
||||||
- aclist
|
- aclist
|
||||||
body:
|
body:
|
||||||
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: |
|
||||||
|
### WARNING: When posting log/config data, redact any sensitive information like API keys.
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
id: kb
|
id: kb
|
||||||
attributes:
|
attributes:
|
||||||
|
|||||||
4
.github/ISSUE_TEMPLATE/trouble.yml
vendored
4
.github/ISSUE_TEMPLATE/trouble.yml
vendored
@ -5,6 +5,10 @@ labels: ["troubleshooting"]
|
|||||||
assignees:
|
assignees:
|
||||||
- aclist
|
- aclist
|
||||||
body:
|
body:
|
||||||
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: |
|
||||||
|
### WARNING: When posting log/config data, redact any sensitive information like API keys.
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: device
|
id: device
|
||||||
attributes:
|
attributes:
|
||||||
|
|||||||
@ -11,7 +11,7 @@ fetch(){
|
|||||||
local file="dzgui.sh"
|
local file="dzgui.sh"
|
||||||
local author="aclist"
|
local author="aclist"
|
||||||
local repo="dztui"
|
local repo="dztui"
|
||||||
local branch="fix/malformed-vdf"
|
local branch="dzgui"
|
||||||
local url
|
local url
|
||||||
local res
|
local res
|
||||||
gh_url="https://raw.githubusercontent.com/$author/$repo/$branch/$file"
|
gh_url="https://raw.githubusercontent.com/$author/$repo/$branch/$file"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user