fix subproject script again
This commit is contained in:
parent
b1a0d3ab4f
commit
d04609934e
1 changed files with 1 additions and 1 deletions
|
@ -10,6 +10,6 @@ fi
|
||||||
set -ex
|
set -ex
|
||||||
shift
|
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
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in a new issue