phase1: fix typo in previous commit
[buildbot.git] / phase1 / master.cfg
index 750763ea877193fa9e3026ad4180b2e0669cdf90..2103a59cfc74c781ad39cebdc2060556456aadad 100644 (file)
@@ -62,7 +62,7 @@ repo_url = ini.get("repo", "url")
 repo_branch = "master"
 
 if ini.has_option("repo", "branch"):
-       repo_branch = ini.get_option("repo", "branch")
+       repo_branch = ini.get("repo", "branch")
 
 rsync_bin_url = ini.get("rsync", "binary_url")
 rsync_bin_key = ini.get("rsync", "binary_password")