From 0b1562929fdbf66bd3c13ce94209c9346d5ab498 Mon Sep 17 00:00:00 2001 From: pvincent Date: Sat, 22 Aug 2026 18:24:07 +0400 Subject: [PATCH] development mode upgrade --- 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 3f93408..77b5326 100644 --- a/lib/self-upgrade.bash +++ b/lib/self-upgrade.bash @@ -26,7 +26,7 @@ function development_upgrade { local git_output git_output=$(git pull 2>&1) if echo "$git_output" | grep -q 'up to date'; then - : # does nothing + echo already up-to-date else sudo_root sudo miaou lib/initiate.bash