fix latest versions

Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle 2018-05-28 22:53:22 -04:00
parent e3157e3559
commit 4c453b48dc
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" == "wireguard" ]]; then
dir="wireguard/install"
fi fi
# Change to upper case for grep # Change to upper case for grep