mirror of
https://github.com/apache/sqoop.git
synced 2025-05-09 01:50:07 +08:00
SQOOP-1095: Sqoop2: PreCommit Hook have incorrect branch name
(Jarek Jarcec Cecho via Venkat Ranganathan)
This commit is contained in:
parent
575a86531d
commit
156facc491
@ -45,7 +45,7 @@ def sqoop_guess_branch(versions):
|
||||
tmp_branch = None
|
||||
|
||||
if v.startswith("1.99") or v.startswith("2.0"):
|
||||
tmp_branch = "sqoop"
|
||||
tmp_branch = "sqoop2"
|
||||
else:
|
||||
tmp_branch = "trunk"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user