diff --git a/userland/aws.el b/userland/aws.el index a75a746..8129a94 100644 --- a/userland/aws.el +++ b/userland/aws.el @@ -80,7 +80,7 @@ (when aws-auto-reauth (when aws-reauth-timer (cancel-timer aws-reauth-timer)) - (setq aws-reauth-timer (run-at-time t (* 60 aws-auto-reauth) auth-fn))))) + (setq aws-reauth-timer (run-at-time 0 (* 60 aws-auto-reauth) auth-fn))))) (provide 'aws)