Skip to content

Commit 7f11a31

Browse files
committed
Remove default fileSystem argument in getRegistryConfigurationPath
1 parent 24dcb7d commit 7f11a31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Commands/SwiftPackageRegistryTool.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ private extension Encodable {
164164
}
165165

166166
private extension SwiftTool {
167-
func getRegistryConfigurationPath(fileSystem: FileSystem = localFileSystem, global: Bool) throws -> AbsolutePath {
167+
func getRegistryConfigurationPath(fileSystem: FileSystem, global: Bool) throws -> AbsolutePath {
168168
let filename = "registries.json"
169169
if global {
170170
return try fileSystem.getOrCreateSwiftPMConfigDirectory().appending(component: filename)

0 commit comments

Comments
 (0)