Skip to content

Commit 6940701

Browse files
authored
Merge pull request #2129 from tbhaxor/fix/awscli-completion
Clean awscli completion
2 parents 7cc2ced + 66fbed7 commit 6940701

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

clean_files.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ lint_clean_files.sh
3333
#
3434
completion/available/apm.completion.bash
3535
completion/available/awless.completion.bash
36+
completion/available/awscli.completion.bash
3637
completion/available/bash-it.completion.bash
3738
completion/available/brew.completion.bash
3839
completion/available/cargo.completion.bash
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# shellcheck shell=bash
22

3-
if _command_exists aws_completer
4-
then
3+
if _command_exists aws_completer; then
54
complete -C "$(command -v aws_completer)" aws
65
fi

0 commit comments

Comments
 (0)