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 c1861ff commit dbff6a3Copy full SHA for dbff6a3
1 file changed
packaging/homebrew/Formula/turtle-term.rb
@@ -64,8 +64,8 @@ def caveats
64
end
65
66
test do
67
- assert_match "SourceOS terminal command wrapper", shell_output("#{bin}/sourceos-term --help")
68
- assert_match "SourceOS terminal command wrapper", shell_output("#{bin}/turtle-term --help")
+ assert_match "TurtleTerm command wrapper", shell_output("#{bin}/sourceos-term --help")
+ assert_match "TurtleTerm command wrapper", shell_output("#{bin}/turtle-term --help")
69
70
events = testpath/"events.ndjson"
71
receipts = testpath/"receipts"
0 commit comments