Skip to content

Commit 0158999

Browse files
committed
Fix formula syntax
1 parent c8e9dfa commit 0158999

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Formula/solidinvoice.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Solidinvoice < Formula
22
desc "Simple and elegant invoicing solution."
33
homepage "https://solidinvoice.co"
4+
version "2.3.5"
45
license "MIT"
5-
version "2.3.5"
66

77
on_macos do
88
if Hardware::CPU.intel?
@@ -44,6 +44,6 @@ def install
4444
#
4545
# The installed folder is not in the path, so use the entire path to any
4646
# executables being tested: `system bin/"program", "do", "something"`.
47-
#system "false"
47+
# system "false"
4848
end
4949
end

0 commit comments

Comments
 (0)