From ed8c2f28ada20e60e26b1bf7e6ebeb995c66c675 Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Wed, 23 Nov 2022 00:23:33 +0000 Subject: [PATCH] Update dotfiles/.local/share/chezmoi/home/private_dot_config/asdf/asdfrc.tmpl --- .../share/chezmoi/home/private_dot_config/asdf/asdfrc.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 51a710e1..d6720c1e 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 (eq .host.distro.family "darwin") and (not .host.restricted) -}} +{{ if (eq .chezmoi.os "darwin") and (not .host.restricted) -}} java_macos_integration_enable = yes {{ end -}}