fix (completion): format awscli
parent
6b0ca17df0
commit
66fbed7f6f
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue