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 7772f32 commit e8a6e9cCopy full SHA for e8a6e9c
Sources/Swiftly/Run.swift
@@ -58,10 +58,8 @@ struct Run: SwiftlyCommand {
58
}
59
60
mutating func run(_ ctx: SwiftlyCoreContext) async throws {
61
- let versionUpdateReminder = try await validateSwiftly(ctx)
62
- defer {
63
- versionUpdateReminder()
64
- }
+ try await validateSwiftly(ctx)
+
65
var config = try await Config.load(ctx)
66
67
// Handle the specific case where help is requested of the run subcommand
0 commit comments