mirror of
https://github.com/nikdoof/dotfiles.git
synced 2025-12-11 08:42:25 +00:00
[shell-common] Rename check function
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user