Updated the OutdatedCommand command in the executable target to use the UpdateDependenciesTask task with the "checkOutdated" flag enabled.
This commit is contained in:
@@ -20,9 +20,9 @@ extension Colibri {
|
|||||||
mutating func run() async throws {
|
mutating func run() async throws {
|
||||||
let terminalService = TerminalService()
|
let terminalService = TerminalService()
|
||||||
|
|
||||||
let outdatedDependencies = OutdatedDependenciesTask(terminalService: terminalService)
|
let updateDependencies = UpdateDependenciesTask(terminalService: terminalService)
|
||||||
|
|
||||||
try await outdatedDependencies(at: options.locationURL)
|
try await updateDependencies(at: options.locationURL, checkOutdated: true)
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user