Browse Source

fix docsite script

Francisco Giordano 6 năm trước cách đây
mục cha
commit
623c3c05c8
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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