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 f358c3a commit f6a85fdCopy full SHA for f6a85fd
Sources/Swiftly/SelfUpdate.swift
@@ -75,11 +75,6 @@ struct SelfUpdate: SwiftlyCommand {
75
await ctx.print("Self-update requested to swiftly version \(version)")
76
}
77
78
- guard version > SwiftlyCore.version else {
79
- await ctx.message("Already up to date.")
80
- return SwiftlyCore.version
81
- }
82
-
83
if downloadURL == nil {
84
await ctx.print("Checking for swiftly updates...")
85
0 commit comments