Skip to content

Commit

Permalink
fix: aws scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
codekow committed Oct 28, 2023
1 parent 3b9e501 commit dde1a2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/library/aws.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
alias aws=aws_cli

aws_cli(){
aws_check_cli && alias aws=aws
#shellcheck disable=SC2068
aws_check_cli && aws ${@}
}

aws_check_cli(){
Expand Down

0 comments on commit dde1a2c

Please sign in to comment.