From 157e4e3a408dfd2211cffa299002b06b6c571ae6 Mon Sep 17 00:00:00 2001 From: pvincent Date: Wed, 2 Sep 2026 00:44:45 +0400 Subject: [PATCH] comment --- lib/self-upgrade.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/self-upgrade.bash b/lib/self-upgrade.bash index 6bb465a..557e22f 100644 --- a/lib/self-upgrade.bash +++ b/lib/self-upgrade.bash @@ -37,7 +37,7 @@ function system_upgrade { echo "up-to-date version: $current" else echo "new version available: $latest" - #TODO: should down new file self-upgrade.bash, then call it again + #TODO: should download file self-upgrade.bash itself before calling it against perform_upgrade fi }