fix(syntax): fixed syntax error

This commit is contained in:
darwincereska
2025-11-10 16:46:43 -05:00
parent d31720b3f0
commit 7d4c107eb3

View File

@@ -11,7 +11,7 @@ class Notevc < Formula
sha256 "d7f296d405cf2a5dcc06de5aa6195eb9ac0a572c53cc1e121be8415726cd7c5b" sha256 "d7f296d405cf2a5dcc06de5aa6195eb9ac0a572c53cc1e121be8415726cd7c5b"
end end
def install do def install
bin.install "notevc" bin.install "notevc"
end end