forked from 0x2620/pandora
dont checkout master
This commit is contained in:
parent
7620795862
commit
87e580547f
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,7 @@ if __name__ == "__main__":
|
|||
run('git', 'checkout', repos[repo]['commit'])
|
||||
else:
|
||||
print('Checking', repo)
|
||||
run('git', 'checkout', 'master', '-q')
|
||||
#run('git', 'checkout', 'master', '-q')
|
||||
run('git', 'pull')
|
||||
revno = get_version(path)
|
||||
new += revno
|
||||
|
|
Loading…
Reference in a new issue