Skip to content

Commit

Permalink
Merge pull request cybozu#26 from cybozu/fix-plist
Browse files Browse the repository at this point in the history
Fix error message (license-list.plist to LicenseList.swift)
  • Loading branch information
Kyome22 authored Feb 28, 2024
2 parents 0285c3c + f46595a commit ead4c4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/SourcePackagesParser/main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ func exitWithSPPError(_ sppError: SPPError) -> Never {
case .couldNotReadFile(let fileName):
print("Error: Could not read \(fileName).")
case .couldNotExportLicenseList:
print("Error: Could not export license-list.plist.")
print("Error: Could not export LicenseList.swift.")
}
exit(1)
}
Expand Down

0 comments on commit ead4c4c

Please sign in to comment.