From 623c3c05c824c0530512c69d108ab2e1c231df76 Mon Sep 17 00:00:00 2001 From: Francisco Giordano Date: Tue, 23 Jul 2019 17:31:27 -0300 Subject: [PATCH] fix docsite script --- scripts/docsite.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/docsite.sh b/scripts/docsite.sh index b15e38d9d..bc2fbf1f7 100755 --- a/scripts/docsite.sh +++ b/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