Merge pull request #16498 from MikeMcQuaid/vendor-install-fixes

cmd/vendor-install: fix some elses.
This commit is contained in:
Mike McQuaid 2024-01-18 20:21:55 +00:00 committed by GitHub
commit 4fdc7e939b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -294,10 +294,12 @@ homebrew-vendor-install() {
VENDOR_PHYSICAL_PROCESSOR="${option}"
VENDOR_PROCESSOR="${option}"
fi
fi
else
odie "This command does not take multiple vendor targets!"
fi
else
VENDOR_NAME="${option}"
fi
;;
esac
done