From 2c5fa9325d823742680d9b6c13de1ac3176ce4d7 Mon Sep 17 00:00:00 2001 From: Snogard Date: Sat, 16 Aug 2025 00:48:31 +0200 Subject: [PATCH] fixed typo --- src/commands/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/update.sh b/src/commands/update.sh index e90a661..7363517 100755 --- a/src/commands/update.sh +++ b/src/commands/update.sh @@ -16,7 +16,7 @@ sudo git reset --hard sudo git pull if [ -d "$sysConfigDir" ]; then - cd /etc/kadio + cd /etc/kaido sudo git reset --hard sudo git pull fi