From a01925cc9a269d9f42ee4d389b13f1a8fa6d43d5 Mon Sep 17 00:00:00 2001 From: Jeff LANCE Date: Thu, 14 Aug 2025 02:01:15 +0200 Subject: [PATCH] up --- .../run_once_after_10-install-asdf-plugins.sh.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/.chezmoiscripts/run_once_after_10-install-asdf-plugins.sh.tmpl b/home/.chezmoiscripts/run_once_after_10-install-asdf-plugins.sh.tmpl index cd20c5d..24f105b 100644 --- a/home/.chezmoiscripts/run_once_after_10-install-asdf-plugins.sh.tmpl +++ b/home/.chezmoiscripts/run_once_after_10-install-asdf-plugins.sh.tmpl @@ -37,8 +37,8 @@ done inf "installing python..." asdf plugin add python https://github.com/asdf-community/asdf-python.git -asdf install python 3.12:latest -asdf set python 3.12:latest +asdf install python latest:3.12 +asdf set python latest:3.12 asdf reshim inf "initializing opam..."