We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24dcb7d commit 7f11a31Copy full SHA for 7f11a31
Sources/Commands/SwiftPackageRegistryTool.swift
@@ -164,7 +164,7 @@ private extension Encodable {
164
}
165
166
private extension SwiftTool {
167
- func getRegistryConfigurationPath(fileSystem: FileSystem = localFileSystem, global: Bool) throws -> AbsolutePath {
+ func getRegistryConfigurationPath(fileSystem: FileSystem, global: Bool) throws -> AbsolutePath {
168
let filename = "registries.json"
169
if global {
170
return try fileSystem.getOrCreateSwiftPMConfigDirectory().appending(component: filename)
0 commit comments