remove shift in pull subproject script
This commit is contained in:
parent
cad3b9c746
commit
ed10592b5d
1 changed files with 0 additions and 1 deletions
|
@ -8,7 +8,6 @@ if [ "$#" == "0" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
set -ex
|
set -ex
|
||||||
shift
|
|
||||||
|
|
||||||
for project in $*; do
|
for project in $*; do
|
||||||
git subtree add --prefix="packages/$project" "https://github.com/angel-dart/$project.git" master
|
git subtree add --prefix="packages/$project" "https://github.com/angel-dart/$project.git" master
|
||||||
|
|
Loading…
Reference in a new issue