fix(git-view): install path
parent
42c2b1360c
commit
2affd9653a
@ -1,11 +1,11 @@
|
|||||||
class GitView < Formula
|
class GitView < Formula
|
||||||
desc "A git sub-command to view your git repository in the web browser"
|
desc "A git sub-command to view your git repository on GitHub"
|
||||||
homepage "https://github.com/sgoudham/git-view"
|
homepage "https://github.com/sgoudham/git-view"
|
||||||
url "https://github.com/sgoudham/git-view/releases/download/v0.1.0/git-view-x86_64-apple-darwin.tar.gz"
|
url "https://github.com/sgoudham/git-view/releases/download/v0.1.0/git-view-x86_64-apple-darwin.tar.gz"
|
||||||
sha256 "34a1cdeadf11d1ce2ce88ab7e1fad2d4acede39720a4f94a5d1ccb4016e11c9b"
|
sha256 "34a1cdeadf11d1ce2ce88ab7e1fad2d4acede39720a4f94a5d1ccb4016e11c9b"
|
||||||
license "MIT"
|
license "MIT"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
bin.install "git-view"
|
bin.install "git-view-x86_64-apple-darwin/git-view"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue