diff --git a/slpkg/upgrade.py b/slpkg/upgrade.py index 9f54cdec..cbf9a2b9 100644 --- a/slpkg/upgrade.py +++ b/slpkg/upgrade.py @@ -23,7 +23,7 @@ class Upgrade(Configs): self.repos = Repositories() self.option_for_binaries: bool = self.utils.is_option( - ['-B', '--bin-repo='], self.flags) + ['-B', '--bin-repo='], flags) logging.basicConfig(filename=str(LoggingConfig.log_file), filemode='w',