Skip to content

Commit

Permalink
fix(jpki-cli): Run cargo install in cli directory
Browse files Browse the repository at this point in the history
Closes #1.

Signed-off-by: Natsuki Ikeguchi <[email protected]>
  • Loading branch information
siketyan committed Oct 23, 2023
1 parent 689e92d commit 1c2c93c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Formula/jpki-cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ class JpkiCli < Formula
end

def install
system "cargo", "install", *std_cargo_args
chdir "cli" do
system "cargo", "install", *std_cargo_args
end
end

test do
Expand Down

0 comments on commit 1c2c93c

Please sign in to comment.