ソースを参照

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