Update file run_onchange_after_14-warp.tmpl
This commit is contained in:
parent
f0f83ec692
commit
e931ccdd06
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ if [[ ! "$(test -d /proc && grep Microsoft /proc/version > /dev/null)" ]] && com
|
|||
# warp-cli set-mode warp+doh
|
||||
|
||||
# TODO
|
||||
{{ if and (stat (joinPath .host.home ".config" "age" "chezmoi.txt")) (stat (joinPath (.chezmoi.sourceDir ".chezmoitemplates" "secrets" "key-cloudflare-teams-client-id"))) (stat (joinPath (.chezmoi.sourceDir ".chezmoitemplates" "secrets" "key-cloudflare-teams-client-secret"))) -}}
|
||||
{{ if and (stat (joinPath .host.home ".config" "age" "chezmoi.txt")) (stat (joinPath .chezmoi.sourceDir ".chezmoitemplates" "secrets" "key-cloudflare-teams-client-id")) (stat (joinPath .chezmoi.sourceDir ".chezmoitemplates" "secrets" "key-cloudflare-teams-client-secret")) -}}
|
||||
### Enroll with CloudFlare Teams
|
||||
logg info 'Enrolling with CloudFlare Teams'
|
||||
warp-cli teams-enroll '{{- includeTemplate "secrets/key-cloudflare-teams-client-id" | decrypt -}}' '{{- includeTemplate "secrets/key-cloudflare-teams-client-secret" | decrypt -}}'
|
||||
|
|
Loading…
Reference in a new issue