From 9a5db061cfc038b42a92c183373688d72ae776e8 Mon Sep 17 00:00:00 2001 From: syui Date: Wed, 3 Dec 2025 23:58:27 +0900 Subject: [PATCH] fix --- install.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.zsh b/install.zsh index eb49025..7b31aa3 100755 --- a/install.zsh +++ b/install.zsh @@ -311,7 +311,7 @@ case "`cat /etc/hostname`" in exit ;; *) - if [ $1 = "r" ];then + if [ "$1" = "r" ];then at-repos-push-reset fi at-repos-clone