diff --git a/source/dub/dub.d b/source/dub/dub.d index c35d89e..2985189 100644 --- a/source/dub/dub.d +++ b/source/dub/dub.d @@ -164,11 +164,7 @@ init(m_rootPath); - if (skip_registry == SkipPackageSuppliers.none) - m_packageSuppliers = getPackageSuppliers(additional_package_suppliers); - else - m_packageSuppliers = getPackageSuppliers(additional_package_suppliers, skip_registry); - + m_packageSuppliers = getPackageSuppliers(additional_package_suppliers, skip_registry); m_packageManager = new PackageManager(m_rootPath, m_dirs.localRepository, m_dirs.systemSettings); auto ccps = m_config.customCachePaths;