remove shift in pull subproject script

This commit is contained in:
Tobe O 2020-02-15 18:45:22 -05:00
parent cad3b9c746
commit ed10592b5d

View file

@ -8,7 +8,6 @@ if [ "$#" == "0" ]; then
fi
set -ex
shift
for project in $*; do
git subtree add --prefix="packages/$project" "https://github.com/angel-dart/$project.git" master