Merge pull request #1124 from ceph/galaxy

contrib: It doesn't make sense to pull all tags
pull/1129/head
Sébastien Han 2016-11-28 15:14:44 +01:00 committed by GitHub
commit ace0ec4ebc
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ function check_existing_remote {
} }
function pull_origin { function pull_origin {
git pull origin --tags git pull origin master
} }
function reset_hard_origin { function reset_hard_origin {