fix asdf upgrade_system section
This commit is contained in:
parent
6c60e7d127
commit
ace56fccd1
1 changed files with 2 additions and 2 deletions
|
@ -44,8 +44,8 @@ upgrade_system() {
|
||||||
plugins[$0] = 1
|
plugins[$0] = 1
|
||||||
} END {
|
} END {
|
||||||
while ((getline < TOOL_VERSIONS_FILE) > 0) {
|
while ((getline < TOOL_VERSIONS_FILE) > 0) {
|
||||||
if (!plugins[$0]) {
|
if (!plugins[$1]) {
|
||||||
print $0
|
print $1
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}' | xargs -n 1 asdf plugin add
|
}' | xargs -n 1 asdf plugin add
|
||||||
|
|
Loading…
Reference in a new issue