Browse Source

fix docsite script

Francisco Giordano 6 years ago
parent
commit
623c3c05c8
1 changed files with 1 additions and 1 deletions
  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