From f2f28350089d22db1cf1a726900e1f7cc3be02ac Mon Sep 17 00:00:00 2001 From: syui Date: Wed, 10 Dec 2025 15:34:13 +0900 Subject: [PATCH] fix --- install.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.zsh b/install.zsh index ca52b1a..3a58fbe 100755 --- a/install.zsh +++ b/install.zsh @@ -361,7 +361,7 @@ function at-repos-push-reset() { } function at-repos-push-docker() { - if [ -z "$1" ]; then + if [ -z "$1" ] || [ "$1" = "push" ]; then # for loop で配列の要素を直接 service 変数に代入する (最も安全) for service in "${services[@]}"; do