Skip to content

Commit b56686e

Browse files
committed
fix: follow up #501
1 parent 6261f40 commit b56686e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Configs/.local/lib/hyde/font.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ download_and_extract() {
8080

8181
resolve() {
8282
local layout_path="${1}"
83+
layout_path="$(printf "%s" "${layout_path}")"
8384
layout_path="$(realpath "${layout_path}")"
8485
if [[ ! -f "${layout_path}" ]]; then
8586
echo "[font] Layout file not found: ${layout_path}"

0 commit comments

Comments
 (0)