feat: Make configuration module file-name optional, so that it is not required by a config file.
All checks were successful
CI / Ubuntu (push) Successful in 2m35s
All checks were successful
CI / Ubuntu (push) Successful in 2m35s
This commit is contained in:
@@ -47,7 +47,7 @@ extension Configuration.Target {
|
||||
path = "Sources/\(path)"
|
||||
}
|
||||
|
||||
filePath = "\(path)/\(module.fileName)"
|
||||
filePath = "\(path)/\(module.fileNameOrDefault)"
|
||||
}
|
||||
|
||||
if let gitDirectory {
|
||||
|
||||
Reference in New Issue
Block a user