fix typo in weave.sh

This commit is contained in:
Hui Yiqun 2017-11-28 16:13:15 +08:00 committed by GitHub
parent 7b86366c56
commit 1b9cb6b936
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ MANIFEST_URL=$TUNASYNC_UPSTREAM_URL/weave/manifest
MANIFEST_DIR=$TUNASYNC_WORKING_DIR/.manifest MANIFEST_DIR=$TUNASYNC_WORKING_DIR/.manifest
MANIFEST_XML_REPOLIST=$(dirname $0)/helpers/manifest-xml-repolist.py MANIFEST_XML_REPOLIST=$(dirname $0)/helpers/manifest-xml-repolist.py
IGNORED_REPO=( IGNORED_REPO=(
# these are a private repos # these are private repos
"weave/tests" "weave/tests"
"weave/libuweave" "weave/libuweave"
"weave/cocoapods" "weave/cocoapods"