File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -50,9 +50,9 @@ aws_assume_role_unzip_tmp_credential() {
5050 cd - > /dev/null
5151}
5252
53- aws_assume_role_remove_tmp_credential () {
53+ aws_assume_role_rm_tmp_credential () {
5454 assume_role_name_input=$1
55- tmp_credentials_file_zip=${tmp_credentials} /${assume_role_name_input:? " aws_assume_role_remove_tmp_credential is unset or empty" } .zip
55+ tmp_credentials_file_zip=${tmp_credentials} /${assume_role_name_input:? " aws_assume_role_rm_tmp_credential is unset or empty" } .zip
5656 if [ -f " ${tmp_credentials_file_zip} " ]; then
5757 rm -r ${tmp_credentials_file_zip}
5858 fi
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ aws_elasticache_list() {
44 aws_run_commandline ' aws elasticache describe-cache-clusters'
55}
66
7- aws_elasticache_remove_redis_cluster_instruction () {
7+ aws_elasticache_rm_redis_cluster_instruction () {
88 aws_elasticache_redis_cluster_name=$1
99
1010 echo " \
You can’t perform that action at this time.
0 commit comments