From 8cc7c160622917134ba3d9b463613ef6780317a8 Mon Sep 17 00:00:00 2001 From: Valentin Lab Date: Mon, 12 Nov 2018 15:09:48 +0100 Subject: [PATCH] chg: dev: cosmetic !minor --- bin/compose | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/compose b/bin/compose index 00e69a9..d672e52 100755 --- a/bin/compose +++ b/bin/compose @@ -2759,7 +2759,7 @@ while read-0 arg; do if str_pattern_matches "$arg" $DC_MATCH_MULTI; then read-0 value action_opts+=("$arg" "$value") - shift; + shift elif str_pattern_matches "$arg" $DC_MATCH_SINGLE; then action_opts+=("$arg") else