Skip to content

Commit

Permalink
Fix missing variables
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoColomb authored Feb 6, 2024
1 parent dc8d889 commit 4ea2579
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .chezmoi.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@
{{- $signingkey = promptString "signing key" -}}
{{- end -}}

{{- $intJumpName := "" -}}
{{- $intUser := "" -}}
{{- $intJumpName := "" -}}
{{- $intJumpPort := "" -}}
{{- if $interactive -}}
{{- $intDomain = promptString "internal domain" -}}
{{- if hasKey . "intDomain" -}}
Expand Down

0 comments on commit 4ea2579

Please sign in to comment.