Skip to content

Commit

Permalink
fix(chezmoi): update DOTFILES_VERSION formatting in config message.
Browse files Browse the repository at this point in the history
  • Loading branch information
entelecheia committed May 9, 2023
1 parent bc8b5ee commit 5e94860
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 @@ -284,9 +284,9 @@
# {{- $github_clones = .github.clones -}}
# {{- end -}}

# {{- $dotfiles_version := or (env "DOTFILES_VERSION") "" -}}
# {{- $dotfiles_version := or (env "DOTFILES_VERSION") "N/A" -}}
# {{- writeToStdout "---\n" -}}
# {{- writeToStdout (printf "🤖 DOTFILES CONFIGURATION (Version: %s)\n" $dotfiles_version) -}}
# {{- writeToStdout (printf "🤖 DOTFILES CONFIGURATION (Version: %s)\n" $dotfiles_version) -}}
# {{- writeToStdout "🖥️ Information found in your system environment variables:\n\n" -}}
# {{- writeToStdout (printf "👤 USER_FULLNAME: %s\n" $name) -}}
# {{- writeToStdout (printf "📧 USER_EMAIL: %s\n" $email) -}}
Expand Down

0 comments on commit 5e94860

Please sign in to comment.