Skip to content

Commit

Permalink
cache path -> cache_path
Browse files Browse the repository at this point in the history
  • Loading branch information
benasher44 committed Jan 19, 2017
1 parent 31cd89c commit c9098ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/swiftlint/Extensions/LinterCache+CommandLine.swift
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ private func cacheURL(options: LintOptions, configuration: Configuration) -> URL
if options.paths.count > 1 {
queuedPrint(
"Warning: Automatic caching is not supported with muliple paths. " +
"To enable, please specify a cache path in your swiftlint config."
"To enable, please specify a cache_path in your swiftlint config."
)
return nil
}
Expand Down

0 comments on commit c9098ac

Please sign in to comment.