Skip to content

Commit e8a6e9c

Browse files
committed
Remove swiftly update message from swiftly run command
1 parent 7772f32 commit e8a6e9c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Sources/Swiftly/Run.swift

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,8 @@ struct Run: SwiftlyCommand {
5858
}
5959

6060
mutating func run(_ ctx: SwiftlyCoreContext) async throws {
61-
let versionUpdateReminder = try await validateSwiftly(ctx)
62-
defer {
63-
versionUpdateReminder()
64-
}
61+
try await validateSwiftly(ctx)
62+
6563
var config = try await Config.load(ctx)
6664

6765
// Handle the specific case where help is requested of the run subcommand

0 commit comments

Comments
 (0)