remove quotes around asdf plugins

This commit is contained in:
Anthony Rodriguez 2024-07-08 10:36:02 +02:00
parent 8dffeaebde
commit ef71b01e5f

View file

@ -19,8 +19,8 @@ sudo dnf install -y {{ .packages.linux.fedora | join " "}}
# install asdf plugins
{{ range .packages.linux.asdf -}}
asdf install {{ . | quote }} latest
asdf global {{ . | quote }} latest
asdf install {{ . }} latest
asdf global {{ . }} latest
{{ end }}
{{ end }}
{{ else }}