remove quotes around asdf plugins
This commit is contained in:
parent
8dffeaebde
commit
ef71b01e5f
1 changed files with 2 additions and 2 deletions
|
@ -19,8 +19,8 @@ sudo dnf install -y {{ .packages.linux.fedora | join " "}}
|
||||||
|
|
||||||
# install asdf plugins
|
# install asdf plugins
|
||||||
{{ range .packages.linux.asdf -}}
|
{{ range .packages.linux.asdf -}}
|
||||||
asdf install {{ . | quote }} latest
|
asdf install {{ . }} latest
|
||||||
asdf global {{ . | quote }} latest
|
asdf global {{ . }} latest
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ else }}
|
{{ else }}
|
||||||
|
|
Loading…
Reference in a new issue