Skip to content

Commit c1c4363

Browse files
committed
Align Homebrew status CLI help assertion
1 parent 0249736 commit c1c4363

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packaging/homebrew/Formula/turtle-term.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ def caveats
146146
assert_match "TurtleTerm local agent gateway", shell_output("#{bin}/turtle-agentd --help")
147147
assert_match "TurtleTerm agent gateway CLI", shell_output("#{bin}/turtle-agentctl --help")
148148
if (bin/"turtle-agent-status").exist?
149-
assert_match "TurtleTerm agent reliability status", shell_output("#{bin}/turtle-agent-status --help")
149+
assert_match "SourceOS agent reliability artifacts", shell_output("#{bin}/turtle-agent-status --help")
150150
end
151151
assert_match "TurtleTerm tmux bridge", shell_output("#{bin}/turtle-tmux --help")
152152

0 commit comments

Comments
 (0)