Skip to content

Commit

Permalink
fix(chezmoi): Correct typo in use of DOPPLER variable
Browse files Browse the repository at this point in the history
  • Loading branch information
entelecheia committed Apr 29, 2023
1 parent a447764 commit b7d2560
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chezmoi/.chezmoi.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@
# {{- $passage_repo = .passage.repo -}}
# {{- end -}}

# {{- $use_dopller := true -}}
# {{- $use_doppler := true -}}
# {{- if eq (env "DOTFILES_USE_DOPPLER") "false" "False" "FALSE" "0" -}}
# {{- $use_doppler = false -}}
# {{- end -}}
Expand Down Expand Up @@ -302,7 +302,7 @@
# {{- writeToStdout (printf "πŸ”– DOTFILES_USE_DOTDROP: %t\n" $use_dotdrop) -}}
# {{- writeToStdout (printf "🐍 DOTFILES_USE_PYTHON_TOOLS: %t\n" $use_python_tools) -}}
# {{- writeToStdout (printf "πŸ”‘ DOTFILES_USE_PASSAGE: %t\n" $use_passage) -}}
# {{- writeToStdout (printf "πŸ”‘ DOTFILES_USE_DOPPLER: %t\n" $use_DOPPLER) -}}
# {{- writeToStdout (printf "πŸ”‘ DOTFILES_USE_DOPPLER: %t\n" $use_doppler) -}}
# {{- writeToStdout (printf "πŸš€ DOTFILES_USE_MICROK8S: %t\n" $use_microk8s) -}}
# {{- writeToStdout (printf "πŸš‡ DOTFILES_USE_NGROK: %t\n" $use_ngrok) -}}
# {{- end -}}
Expand Down

0 comments on commit b7d2560

Please sign in to comment.