Skip to content

Commit

Permalink
Improves docs and existing formulas (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
ubiratansoares authored Apr 30, 2024
1 parent 7c07510 commit b6d497b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ brew install <some-tap>
## Available taps

- [gwv](https://github.com/dotanuki-labs/gradle-wrapper-validator)
- [gradle-wiper](https://github.com/dotanuki-labs/gradle-wiper)

## License

Expand Down
4 changes: 2 additions & 2 deletions gwv.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class Gwv < Formula
when :x86_64 then "x86_64"
when :arm64 then "aarch64"
else
raise "gorush: Unsupported system architecture #{Hardware::CPU.arch}"
raise "gwv: Unsupported system architecture #{Hardware::CPU.arch}"
end

@@filename = "gwv-#{arch}-#{os}"
Expand All @@ -33,7 +33,7 @@ class Gwv < Formula


def install
filename = Gwv.class_variable_get("@@filename")
filename = @@filename
bin.install filename => "gwv"
end

Expand Down

0 comments on commit b6d497b

Please sign in to comment.