5
0
mirror of https://github.com/apache/sqoop.git synced 2025-05-09 05:32:20 +08:00

SQOOP-1095: Sqoop2: PreCommit Hook have incorrect branch name

(Jarek Jarcec Cecho via Venkat Ranganathan)
This commit is contained in:
Venkat Ranganathan 2013-06-24 08:01:11 -07:00
parent 575a86531d
commit 156facc491

View File

@ -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"