Skip to content

Commit

Permalink
[aws-cli] Fix typo for echoing invalid parameter (#7198)
Browse files Browse the repository at this point in the history
  • Loading branch information
nick22d authored Jan 22, 2025
1 parent 9143d2f commit 6369984
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ function sts_assume_role() {
return 0
;;
\?)
ech o"Invalid parameter"
echo "Invalid parameter"
usage
return 1
;;
Expand Down

0 comments on commit 6369984

Please sign in to comment.