phase1: fix typo in previous commit
authorJo-Philipp Wich <jo@mein.io>
Mon, 14 Nov 2016 14:21:47 +0000 (15:21 +0100)
committerJo-Philipp Wich <jo@mein.io>
Mon, 14 Nov 2016 14:21:47 +0000 (15:21 +0100)
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
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")