Skip to content

Commit

Permalink
Fix email prompt on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mmena1 committed Mar 14, 2024
1 parent c5bdaba commit 278c3ef
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion home/.chezmoi.toml.tmpl
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{{- $email := promptStringOnce . "email" "Email address" -}}
{{- $emil := "example@email.com" -}}
{{- if eq (env "ENVIRONMENT") "dev" -}}
{{- $email = promptStringOnce . "email" "Email address" -}}
{{- end -}}
{{- $osid := .chezmoi.os -}}

{{- if hasKey .chezmoi.osRelease "idLike" -}}
Expand Down

0 comments on commit 278c3ef

Please sign in to comment.