diff options
-rwxr-xr-x | git-bz | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -417,7 +417,7 @@ def get_config(tracker): add_config_from_string(CONFIG[host], cached_config) add_config_from_git(host, cached_config) if tracker != host: - cached_config.update(get_git_config(tracker)) + add_config_from_git(tracker, cached_config) assert cached_config_tracker == tracker |