Skip to content

Commit

Permalink
Update martin.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
nyurik authored Jan 11, 2024
1 parent 6f88d68 commit 870ee13
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions martin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ class Martin < Formula

def install
bin.install "martin"
bin.install "martin-cp"
bin.install "mbtiles"
end

Expand All @@ -47,6 +48,7 @@ def caveats; <<~EOS

test do
`#{bin}/martin --version`
`#{bin}/martin-cp --version`
`#{bin}/mbtiles --version`
end
end

0 comments on commit 870ee13

Please sign in to comment.