Skip to content

Commit 8a6bd75

Browse files
committed
fixing output
1 parent 4267736 commit 8a6bd75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/public-api-diff.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ struct PublicApiDiff: AsyncParsableCommand {
4848
let newSource: ProjectSource = try ProjectSource.from(new, fileHandler: fileHandler)
4949

5050
let oldVersionName = oldSource.description
51-
let newVersionName = oldSource.description
51+
let newVersionName = newSource.description
5252

5353
logger.log("Comparing `\(newVersionName)` to `\(oldVersionName)`", from: "Main")
5454

0 commit comments

Comments
 (0)