From 4445d594313b26ba82cbc596b0687c290f41d920 Mon Sep 17 00:00:00 2001 From: perry Date: Mon, 25 Jan 2016 17:16:09 -0600 Subject: [PATCH] chore(CI): git script location --- scripts/docs/update_docs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/docs/update_docs.sh b/scripts/docs/update_docs.sh index c88f1dc94..6b12cbac4 100755 --- a/scripts/docs/update_docs.sh +++ b/scripts/docs/update_docs.sh @@ -14,7 +14,7 @@ function init { } function run { - ./git/clone.sh --repository="driftyco/ionic-site" \ + ../git/clone.sh --repository="driftyco/ionic-site" \ --directory="$SITE_DIR" \ --branch="master" cd ..