We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8e9dfa commit 0158999Copy full SHA for 0158999
Formula/solidinvoice.rb
@@ -1,8 +1,8 @@
1
class Solidinvoice < Formula
2
desc "Simple and elegant invoicing solution."
3
homepage "https://solidinvoice.co"
4
+ version "2.3.5"
5
license "MIT"
- version "2.3.5"
6
7
on_macos do
8
if Hardware::CPU.intel?
@@ -44,6 +44,6 @@ def install
44
#
45
# The installed folder is not in the path, so use the entire path to any
46
# executables being tested: `system bin/"program", "do", "something"`.
47
- #system "false"
+ # system "false"
48
end
49
0 commit comments