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..."