diff --git a/completion/available/github-cli.completion.bash b/completion/available/github-cli.completion.bash index b3d1c1db..2fb3d370 100644 --- a/completion/available/github-cli.completion.bash +++ b/completion/available/github-cli.completion.bash @@ -4,7 +4,7 @@ about-completion "GitHub CLI completion" if _command_exists gh; then if _command_exists brew; then - echo "You don't need github-cli completion enabled if you have system completion enabled" + _log_warning "You don't need github-cli completion enabled if you have system completion enabled" fi eval "$(gh completion --shell=bash)" fi