From cf6769792d8334e6302a082350d5cf411ff4f3f7 Mon Sep 17 00:00:00 2001 From: Brian Dolbec Date: Tue, 18 Jul 2017 13:14:25 -0700 Subject: main.py: Remove obsolete 'SYNC' option Signed-off-by: Brian Dolbec --- mirrorselect/main.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/mirrorselect/main.py b/mirrorselect/main.py index 4858875..04698f3 100755 --- a/mirrorselect/main.py +++ b/mirrorselect/main.py @@ -101,10 +101,7 @@ class MirrorSelect(object): SYNC and GENTOO_MIRRORS make.conf variable target """ if sync: - if 'repos.conf' in config_path: - var = "sync-uri" - else: - var = 'SYNC' + var = "sync-uri" else: var = 'GENTOO_MIRRORS' -- cgit v1.2.3-18-g5258