fix: return accountInfo if grace period is set (#5)

pull/597/head
Jonah 5 months ago committed by GitHub
parent 8238ccedf6
commit d713c224b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -546,7 +546,7 @@ sub print_account_info {
osh_info("- PIV grace period for this account is "
. colored('set', 'green')
. " and expires in "
. $fnret->value->{'human'});
. $fnret->{'human'});
}
else {
osh_info "- PIV grace period for this account is " . colored('inactive', 'blue');

Loading…
Cancel
Save