[shell-common] Rename check function

This commit is contained in:
Andrew Williams
2025-11-14 09:21:44 +00:00
parent 7b493cbfde
commit d27de08a5c

View File

@@ -76,7 +76,7 @@ function awslogout() {
echo "AWS profile and credentials cleared."
}
function check_aws_expiration() {
function _aws_creds_expiration_check() {
if [[ -n "$AWS_CREDENTIAL_EXPIRATION" ]]; then
local expiration_epoch
local current_epoch