This commit is contained in:
Ionitron 2016-05-04 17:10:41 -05:00
parent 73095b1211
commit 487aaafb15

View File

@ -18,7 +18,7 @@ function run {
if [ ! -d "$SITE_DIR" ]; then
echo "checking out"
cd ./scripts
./git/clone.sh --repository="driftyco/ionic-site" \
./git/clone.sh --repository="ionic-site" \
--directory="$SITE_DIR" \
--branch="master"
ls -al $SITE_DIR