diff options
author | Hoa V. DINH <dinh.viet.hoa@gmail.com> | 2013-05-30 01:12:40 -0700 |
---|---|---|
committer | Hoa V. DINH <dinh.viet.hoa@gmail.com> | 2013-05-30 01:12:40 -0700 |
commit | 7fcfbc05ee910ddff6d560b217f2ed6802b0c314 (patch) | |
tree | 32518006c5033f6067d2d7bfc50bbb566c793fb8 /scripts | |
parent | f3a621a67f156176faa5c05eb9767c417f33d633 (diff) |
Reflect moved repository mailcore2-deps
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/get-prebuilt.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/get-prebuilt.sh b/scripts/get-prebuilt.sh index fbef01b4..75eccb45 100755 --- a/scripts/get-prebuilt.sh +++ b/scripts/get-prebuilt.sh @@ -10,7 +10,7 @@ if test x$1 != xskipprebuilt ; then git pull --rebase cd .. else - git clone --depth=1 https://github.com/dinhviethoa/mailcore2-deps.git + git clone --depth=1 https://github.com/MailCore/mailcore2-deps.git fi cp mailcore2-deps/*.zip ../builds/builds popd |