From e478681308339b783939e3439e7baea201bac01c Mon Sep 17 00:00:00 2001
From: "Yichun Zhang (agentzh)" <agentzh@gmail.com>
Date: Sun, 13 Nov 2016 09:59:03 -0800
Subject: [PATCH] upgraded resty-cli to 0.15.

---
 util/mirror-tarballs | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/util/mirror-tarballs b/util/mirror-tarballs
index 57d09f3..b4362c0 100755
--- a/util/mirror-tarballs
+++ b/util/mirror-tarballs
@@ -505,7 +505,7 @@ mv openresty-redis2-nginx-module-* redis2-nginx-module-$ver || exit 1
 
 #################################
 
-ver=0.14
+ver=0.15
 $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
@@ -801,7 +801,7 @@ for indir in bundle/*/; do
     if [ "$indir" == "bundle/nginx-$main_ver/" ]; then
         continue
     fi
-    echo "$restydoc_index --outdir bundle $indir"
+    echo "restydoc-index --outdir bundle $indir"
     $restydoc_index --outdir $curdir/bundle $indir || exit 1
 done