From cbc131028f2a1058810402ed0cc502be2279be25 Mon Sep 17 00:00:00 2001 From: aclist <92275929+aclist@users.noreply.github.com> Date: Thu, 23 Oct 2025 08:22:20 +0900 Subject: [PATCH] chore: capitalize TODO for syntax highlighting --- dzgui.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dzgui.sh b/dzgui.sh index 133ae41..7b080ad 100755 --- a/dzgui.sh +++ b/dzgui.sh @@ -518,7 +518,7 @@ local_latlon(){ fi local local_ip=$(curl -Ls "$url_ipecho") else - # todo : implement checking remote + # TODO : implement checking remote local local_ip=$(dig -4 +short myip.opendns.com @resolver1.opendns.com) fi local url_ip_api="http://ip-api.com/json/$local_ip"