fix subproject script
This commit is contained in:
parent
2ddab37c8b
commit
b1a0d3ab4f
1 changed files with 2 additions and 2 deletions
|
@ -10,6 +10,6 @@ fi
|
|||
set -ex
|
||||
shift
|
||||
|
||||
for project in "$#"; do
|
||||
git subtree add prefix="./packages/$project" "https://github.com/angel-dart/$project.git" master
|
||||
for project in "$*"; do
|
||||
git subtree add --prefix="./packages/$project" "https://github.com/angel-dart/$project.git" master
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue