Skip to content

Commit 4882c04

Browse files
committed
chore: adjust regexp
1 parent 90ffee7 commit 4882c04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Formula/txtcv.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ def install
1212
end
1313

1414
test do
15-
assert_match /^txtcv /, shell_output("#{bin}/txtcv --version")
15+
assert_match(/^txtcv/, shell_output("#{bin}/txtcv --version"))
1616
end
1717
end

0 commit comments

Comments
 (0)