Skip to content

Commit 9cbb0ed

Browse files
committed
Update message to match default given by softwareupdate
1 parent 0bbf609 commit 9cbb0ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/Zero/Commands/Update.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ private extension ZeroRunner {
4343

4444
let updateNeedle = "Software Update found the following new or updated software:"
4545
guard result.stdout.contains(updateNeedle) else {
46-
Term.stdout <<< "No updates found."
46+
Term.stdout <<< "No new software available."
4747
return
4848
}
4949

0 commit comments

Comments
 (0)