fix (completion): format awscli
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
# shellcheck shell=bash
|
# shellcheck shell=bash
|
||||||
|
|
||||||
if _command_exists aws_completer
|
if _command_exists aws_completer; then
|
||||||
then
|
|
||||||
complete -C "$(command -v aws_completer)" aws
|
complete -C "$(command -v aws_completer)" aws
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user