Changed from packages to src directory because lune changed that in latest version

This commit is contained in:
Jack Programs 2023-07-29 10:50:56 -07:00 committed by GitHub
parent 8fd8a3c1df
commit cc219e5289
Signed by: DevComp
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@ class Lune < Formula
depends_on "rust" => :build depends_on "rust" => :build
def install def install
system "cargo", "install", "--locked", "--root", prefix, "--path", "./packages/cli" system "cargo", "install", "--locked", "--root", prefix, "--path", "./src/cli"
end end
test do test do