sps
This commit is contained in:
parent
d04609934e
commit
17ad5f82c3
1 changed files with 1 additions and 1 deletions
|
@ -11,5 +11,5 @@ 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