From cd23859a99e884b096688a99c50f99ae777aa5a1 Mon Sep 17 00:00:00 2001
From: Joe Zou <yixian.zou@gmail.com>
Date: Tue, 24 Mar 2020 12:44:29 +0800
Subject: [PATCH] fix script download problem

---
 validate_license.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/validate_license.sh b/validate_license.sh
index 0e7230c97..2b37a4c6f 100644
--- a/validate_license.sh
+++ b/validate_license.sh
@@ -16,7 +16,7 @@
 
 remoteJarUrl="https://github.com/dubbogo/resources/raw/master/tools"
 
-wget -P ${remoteJarUrl}
+wget ${remoteJarUrl}
 
 #more usage check: https://github.com/lsm-dev/license-header-checker
 tools/license/license-header-checker -a -r -i vendor  tools/license/license.txt . go
\ No newline at end of file
-- 
GitLab