fix: enclose whitespaces during setup

This commit is contained in:
aclist 2025-12-27 23:42:49 +09:00
parent 0cd561b62a
commit 34ee8c6645
3 changed files with 9 additions and 1 deletions

View File

@ -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:

View File

@ -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:

View File

@ -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"