fix
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user