Skip to content

Commit

Permalink
Fix ansi option deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
tubaxenor committed Oct 8, 2024
1 parent a597aa5 commit 2b835c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/shared.bash
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ function run_docker_compose() {
fi

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

# Enable compatibility mode for v3 files
Expand Down

0 comments on commit 2b835c0

Please sign in to comment.