Skip to content

Commit 2f7e606

Browse files
authored
Merge pull request #79473 from gottesmm/swift_snapshot_tool_2
[swift_snapshot_tool] Turn off dry_run from bisect_toolchains.swift
2 parents e5d5026 + 473753a commit 2f7e606

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/swift_snapshot_tool/Sources/swift_snapshot_tool/bisect_toolchains.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ struct BisectToolchains: AsyncParsableCommand {
8989
}
9090

9191
// Load our tags from swift's github repo
92-
let tags = try! await getTagsFromSwiftRepo(branch: branch, dryRun: true)
92+
let tags = try! await getTagsFromSwiftRepo(branch: branch)
9393

9494
// Newest is first. So 0 maps to the newest tag. We do this so someone can
9595
// just say 50 toolchains ago. To get a few weeks worth. This is easier than

0 commit comments

Comments
 (0)