We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0249736 commit c1c4363Copy full SHA for c1c4363
1 file changed
packaging/homebrew/Formula/turtle-term.rb
@@ -146,7 +146,7 @@ def caveats
146
assert_match "TurtleTerm local agent gateway", shell_output("#{bin}/turtle-agentd --help")
147
assert_match "TurtleTerm agent gateway CLI", shell_output("#{bin}/turtle-agentctl --help")
148
if (bin/"turtle-agent-status").exist?
149
- assert_match "TurtleTerm agent reliability status", shell_output("#{bin}/turtle-agent-status --help")
+ assert_match "SourceOS agent reliability artifacts", shell_output("#{bin}/turtle-agent-status --help")
150
end
151
assert_match "TurtleTerm tmux bridge", shell_output("#{bin}/turtle-tmux --help")
152
0 commit comments