fix asdf upgrade_system section

This commit is contained in:
Tony Blyler 2023-10-03 22:28:17 -04:00
parent 6c60e7d127
commit ace56fccd1
No known key found for this signature in database

View file

@ -44,8 +44,8 @@ upgrade_system() {
plugins[$0] = 1
} END {
while ((getline < TOOL_VERSIONS_FILE) > 0) {
if (!plugins[$0]) {
print $0
if (!plugins[$1]) {
print $1
}
}
}' | xargs -n 1 asdf plugin add