Skip to content

Commit

Permalink
Change filename
Browse files Browse the repository at this point in the history
  • Loading branch information
mono0926 committed May 3, 2017
1 parent e51365f commit ac4472a
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 @@ -86,7 +86,7 @@ private func outputPlist(licenses: [LicenseInfo], outputPath: URL?) {
"FileName": "\(prefix)/\($0.name)"])
}
let licenseListPlist = tm.licenseList.applied(["Item": licensListItems.joined(separator: "\n")])
write(content: licenseListPlist, to: outputRoot.appendingPathComponent("\(prefix).LisenseList.plist"))
write(content: licenseListPlist, to: outputRoot.appendingPathComponent("\(prefix).plist"))


licenses.forEach {
Expand Down

0 comments on commit ac4472a

Please sign in to comment.