瀏覽代碼

fix docsite script

Francisco Giordano 6 年之前
父節點
當前提交
623c3c05c8
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      scripts/docsite.sh

+ 1 - 1
scripts/docsite.sh

@@ -8,7 +8,7 @@ fi
 set -o errexit
 
 if [ ! -d openzeppelin-docs ]; then
-  git clone https://github.com/frangio/openzeppelin-docs.git
+  git clone https://github.com/frangio/openzeppelin-docs.git openzeppelin-docs
 fi
 
 git -C openzeppelin-docs pull -q