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 ec18c25 commit 19e30a8Copy full SHA for 19e30a8
Sources/Swiftly/SelfUpdate.swift
@@ -74,8 +74,6 @@ struct SelfUpdate: SwiftlyCommand {
74
}
75
76
if downloadURL == nil {
77
- await ctx.print("Checking for swiftly updates...")
78
-
79
let swiftlyRelease = try await ctx.httpClient.getCurrentSwiftlyRelease()
80
81
guard try swiftlyRelease.swiftlyVersion > SwiftlyCore.version else {
0 commit comments