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:
- aclist
body:
- type: markdown
attributes:
value: |
### WARNING: When posting log/config data, redact any sensitive information like API keys.
- type: checkboxes
id: kb
attributes:

View File

@ -5,6 +5,10 @@ labels: ["troubleshooting"]
assignees:
- aclist
body:
- type: markdown
attributes:
value: |
### WARNING: When posting log/config data, redact any sensitive information like API keys.
- type: dropdown
id: device
attributes:

View File

@ -11,7 +11,7 @@ fetch(){
local file="dzgui.sh"
local author="aclist"
local repo="dztui"
local branch="fix/malformed-vdf"
local branch="dzgui"
local url
local res
gh_url="https://raw.githubusercontent.com/$author/$repo/$branch/$file"