This is an automated email from the ASF dual-hosted git repository.

vongosling pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-docker.git

commit d498f17ba27b3086141be7e77e317ad5fcd68f3d
Author: liuruiyiyang <245422...@qq.com>
AuthorDate: Thu Aug 8 14:40:34 2019 +0800

    Fix(update.sh): remove useless code
---
 image-build/update.sh | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/image-build/update.sh b/image-build/update.sh
index 2123094..ff84e86 100755
--- a/image-build/update.sh
+++ b/image-build/update.sh
@@ -27,11 +27,6 @@ checkVersion()
     exit -1
 }
 
-if [ $# -lt 1 ]; then
-    echo -e "Usage: sh $0 Repository"
-    exit -1
-fi
-
 set -eu;
 
 # Update the image of the latest released version

Reply via email to