1
0
mirror of https://github.com/openresty/openresty synced 2025-02-23 08:19:34 +01:00

upgraded resty-cli to 0.02.

This commit is contained in:
Yichun Zhang (agentzh) 2015-02-18 15:39:40 -08:00
parent c04635fbd7
commit dc2cd9b9e5

@ -461,7 +461,7 @@ mv openresty-redis2-nginx-module-* redis2-nginx-module-$ver || exit 1
#################################
ver=0.01
ver=0.02
$root/util/get-tarball "https://github.com/openresty/resty-cli/tarball/v$ver" -O resty-cli-$ver.tar.gz || exit 1
tar -xzf resty-cli-$ver.tar.gz || exit 1
mv openresty-resty-cli-* resty-cli-$ver || exit 1