mirror of
https://github.com/nikdoof/dotfiles.git
synced 2025-12-13 01:32:30 +00:00
[shell-common] Rename check function
This commit is contained in:
@@ -76,7 +76,7 @@ function awslogout() {
|
|||||||
echo "AWS profile and credentials cleared."
|
echo "AWS profile and credentials cleared."
|
||||||
}
|
}
|
||||||
|
|
||||||
function check_aws_expiration() {
|
function _aws_creds_expiration_check() {
|
||||||
if [[ -n "$AWS_CREDENTIAL_EXPIRATION" ]]; then
|
if [[ -n "$AWS_CREDENTIAL_EXPIRATION" ]]; then
|
||||||
local expiration_epoch
|
local expiration_epoch
|
||||||
local current_epoch
|
local current_epoch
|
||||||
|
|||||||
Reference in New Issue
Block a user