mirror of https://github.com/axmolengine/axmol.git
fix typo:V3->v3
This commit is contained in:
parent
5b4ca604c2
commit
add9e3a63e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue