ai/at
1
0
This commit is contained in:
2025-12-10 15:34:13 +09:00
parent d8c20822e1
commit f2f2835008

View File

@@ -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