Updated the OutdatedCommand command in the executable target to use the UpdateDependenciesTask task with the "checkOutdated" flag enabled.
This commit is contained in:
parent
3139bfc811
commit
26a5e4232a
@ -20,9 +20,9 @@ extension Colibri {
|
||||
mutating func run() async throws {
|
||||
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)
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user