File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -603,7 +603,7 @@ public class SwiftTool {
603
603
sharedConfigurationDirectory: sharedConfigurationDirectory
604
604
) ,
605
605
mirrors: self . getMirrorsConfig ( sharedConfigurationDirectory: sharedConfigurationDirectory) . mirrors,
606
- registries: try ? self . getRegistriesConfig ( sharedConfigurationDirectory: sharedConfigurationDirectory) . configuration,
606
+ registries: try self . getRegistriesConfig ( sharedConfigurationDirectory: sharedConfigurationDirectory) . configuration,
607
607
authorizationProvider: self . getAuthorizationProvider ( ) ,
608
608
customManifestLoader: self . getManifestLoader ( ) , // FIXME: doe we really need to customize it?
609
609
customRepositoryProvider: provider, // FIXME: doe we really need to customize it?
You can’t perform that action at this time.
0 commit comments