Skip to content

Commit 6ea2c57

Browse files
committed
Remove redundant check for updates message in self-update
1 parent ec18c25 commit 6ea2c57

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.swift-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.1.0
1+
main-snapshot-2025-09-10

Sources/Swiftly/SelfUpdate.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,6 @@ struct SelfUpdate: SwiftlyCommand {
7474
}
7575

7676
if downloadURL == nil {
77-
await ctx.print("Checking for swiftly updates...")
78-
7977
let swiftlyRelease = try await ctx.httpClient.getCurrentSwiftlyRelease()
8078

8179
guard try swiftlyRelease.swiftlyVersion > SwiftlyCore.version else {

0 commit comments

Comments
 (0)