Skip to content

Commit 2b835c0

Browse files
committed
Fix ansi option deprecation
1 parent a597aa5 commit 2b835c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/shared.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ function run_docker_compose() {
241241
fi
242242

243243
if [[ "$(plugin_read_config ANSI "true")" == "false" ]] ; then
244-
command+=(--no-ansi)
244+
command+=(--ansi never)
245245
fi
246246

247247
# Enable compatibility mode for v3 files

0 commit comments

Comments
 (0)