fix latest versions

Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle 2018-09-24 13:10:57 -04:00
parent 401d655d2b
commit ed7c88a341
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3

View File

@ -45,6 +45,8 @@ get_latest() {
dir="zookeeper/3.5" dir="zookeeper/3.5"
elif [[ "$dir" == "oauth2_proxy" ]]; then elif [[ "$dir" == "oauth2_proxy" ]]; then
dir="oauth2-proxy" dir="oauth2-proxy"
elif [[ "$dir" == "now-cli" ]]; then
dir="now"
elif [[ "$dir" == "wireguard" ]]; then elif [[ "$dir" == "wireguard" ]]; then
dir="wireguard/install" dir="wireguard/install"
fi fi