Minor fix here
This commit is contained in:
parent
4c64daebcd
commit
1d6d87728a
1 changed files with 1 additions and 1 deletions
|
|
@ -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)))))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue