We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bbf609 commit 9cbb0edCopy full SHA for 9cbb0ed
1 file changed
Sources/Zero/Commands/Update.swift
@@ -43,7 +43,7 @@ private extension ZeroRunner {
43
44
let updateNeedle = "Software Update found the following new or updated software:"
45
guard result.stdout.contains(updateNeedle) else {
46
- Term.stdout <<< "No updates found."
+ Term.stdout <<< "No new software available."
47
return
48
}
49
0 commit comments