We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4267736 commit 8a6bd75Copy full SHA for 8a6bd75
Sources/public-api-diff.swift
@@ -48,7 +48,7 @@ struct PublicApiDiff: AsyncParsableCommand {
48
let newSource: ProjectSource = try ProjectSource.from(new, fileHandler: fileHandler)
49
50
let oldVersionName = oldSource.description
51
- let newVersionName = oldSource.description
+ let newVersionName = newSource.description
52
53
logger.log("Comparing `\(newVersionName)` to `\(oldVersionName)`", from: "Main")
54
0 commit comments