From: Jo-Philipp Wich Date: Mon, 14 Nov 2016 14:21:47 +0000 (+0100) Subject: phase1: fix typo in previous commit X-Git-Tag: v1~224 X-Git-Url: http://git.openwrt.org/?p=buildbot.git;a=commitdiff_plain;h=5f4950488dc91402655da77c0a8c4f8128240fd8 phase1: fix typo in previous commit Signed-off-by: Jo-Philipp Wich --- diff --git a/phase1/master.cfg b/phase1/master.cfg index 750763e..2103a59 100644 --- a/phase1/master.cfg +++ b/phase1/master.cfg @@ -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")