mirror of
https://github.com/realm/SwiftLint.git
synced 2026-06-06 20:18:40 +00:00
fix silly typo
This commit is contained in:
@@ -221,7 +221,7 @@ extension Configuration {
|
||||
let pathNSString = path as NSString
|
||||
let configurationSearchPath = pathNSString.appendingPathComponent(Configuration.fileName)
|
||||
|
||||
// If a configuration exists and it isn't us, load and merge the gurations
|
||||
// If a configuration exists and it isn't us, load and merge the configurations
|
||||
if configurationSearchPath != configurationPath &&
|
||||
FileManager.default.fileExists(atPath: configurationSearchPath) {
|
||||
return merge(Configuration(path: configurationSearchPath, rootPath: rootPath,
|
||||
|
||||
Reference in New Issue
Block a user