diff --git a/dotfiles/.local/share/chezmoi/home/private_dot_config/asdf/asdfrc.tmpl b/dotfiles/.local/share/chezmoi/home/private_dot_config/asdf/asdfrc.tmpl index 88145b66..53d3974b 100644 --- a/dotfiles/.local/share/chezmoi/home/private_dot_config/asdf/asdfrc.tmpl +++ b/dotfiles/.local/share/chezmoi/home/private_dot_config/asdf/asdfrc.tmpl @@ -4,6 +4,6 @@ legacy_version_file = yes # Use release candidate rather than latest semantic version use_release_candidates = yes -{{ if and (eq .chezmoi.os "darwin") (not .restricted) -}} +{{ if and (eq .chezmoi.os "darwin") (not .host.restricted) -}} java_macos_integration_enable = yes {{ end -}}