fix typo:V3->v3

This commit is contained in:
heliclei 2014-07-30 16:11:07 +08:00
parent 5b4ca604c2
commit add9e3a63e
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ def main():
#reset path to workspace root
os.system("cd " + os.environ['WORKSPACE']);
#pull latest code
os.system("git pull origin V3")
os.system("git pull origin v3")
os.system("git checkout v3")
os.system("git branch -D pull" + str(pr_num))
#clean workspace