Minor fix here

This commit is contained in:
BirDt_ 2026-05-19 22:54:31 +08:00
parent 4c64daebcd
commit 1d6d87728a

View file

@ -50,7 +50,7 @@
(auth-fn (lambda ()
(message (concat "Authenticating with " role " via " aws-cli-auth-provider))
(shell-command (concat aws-cli-auth-provider " login --force --skip-prompt --role " role)))))
(auth-fn)
(funcall auth-fn)
(when aws-auto-reauth
(setq aws-reauth-timer (run-at-time t (* 60 aws-auto-reauth) auth-fn)))))