Skip to content

Commit

Permalink
Fix miss
Browse files Browse the repository at this point in the history
  • Loading branch information
mono0926 committed May 4, 2017
1 parent 33ef77e commit 684145e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/LicensePlistCore/LicensePlist.swift
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public final class LicensePlist {
Log.info("Carthage License collect start")

var gitHubLibraries: [GitHub] = config?.githubs ?? []
gitHubLibraries.forEach { Log.warning("\($0.name) is loaded from config yaml.") }
gitHubLibraries.forEach { Log.warning("\($0.name) was loaded from config yaml.") }
if let cartfileContent = readCartfile(path: cartfilePath) {
gitHubLibraries += GitHub.parse(cartfileContent)
}
Expand Down

0 comments on commit 684145e

Please sign in to comment.