Skip to content

Commit f6a85fd

Browse files
authored
Update SelfUpdate.swift
1 parent f358c3a commit f6a85fd

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Sources/Swiftly/SelfUpdate.swift

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,6 @@ struct SelfUpdate: SwiftlyCommand {
7575
await ctx.print("Self-update requested to swiftly version \(version)")
7676
}
7777

78-
guard version > SwiftlyCore.version else {
79-
await ctx.message("Already up to date.")
80-
return SwiftlyCore.version
81-
}
82-
8378
if downloadURL == nil {
8479
await ctx.print("Checking for swiftly updates...")
8580

0 commit comments

Comments
 (0)