mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-21 00:23:00 +08:00
typo
This commit is contained in:
parent
da1cf7c3a1
commit
a35580e0dd
@ -15,9 +15,10 @@ function init {
|
||||
|
||||
function run {
|
||||
# no need to run on PRs
|
||||
if [ -z $CI_PULL_REQUEST ] then
|
||||
if [ -z $CI_PULL_REQUEST ]; then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
if [ ! -d "$SITE_DIR" ]; then
|
||||
echo "checking out"
|
||||
cd ./scripts
|
||||
|
Loading…
Reference in New Issue
Block a user