Browse Source

chg: dev: cosmetic !minor

raw-remaining-args
Valentin Lab 6 years ago
parent
commit
4e685a1004
  1. 2
      bin/compose

2
bin/compose

@ -2752,7 +2752,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

Loading…
Cancel
Save