mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-19 16:52:53 +08:00
chore(): go to SITE_DIR if checking out
This commit is contained in:
parent
fd8f80e92b
commit
c22747fa2e
@ -21,7 +21,8 @@ function run {
|
|||||||
./git/clone.sh --repository="ionic-site" \
|
./git/clone.sh --repository="ionic-site" \
|
||||||
--directory="$SITE_DIR" \
|
--directory="$SITE_DIR" \
|
||||||
--branch="master"
|
--branch="master"
|
||||||
ls -al $SITE_DIR
|
cd $SITE_DIR
|
||||||
|
ls -al
|
||||||
else
|
else
|
||||||
echo "using existing"
|
echo "using existing"
|
||||||
cd $SITE_DIR
|
cd $SITE_DIR
|
||||||
|
Loading…
Reference in New Issue
Block a user