fix (completion): format awscli

This commit is contained in:
Gurkirat Singh
2022-03-13 05:21:13 +05:30
parent 6b0ca17df0
commit 66fbed7f6f

View File

@@ -1,6 +1,5 @@
# shellcheck shell=bash
if _command_exists aws_completer
then
if _command_exists aws_completer; then
complete -C "$(command -v aws_completer)" aws
fi