Skip to content

Commit

Permalink
Add debugging print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
tedbauer authored Apr 23, 2024
1 parent d09678d commit c11ac66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Formula/up.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ class Up < Formula
version "0.1.0"

def install
puts Dir.pwd
cd "up-path-gen" do
system "cargo", "build", "--release"
lib.install "target/release/up-path-gen"
Expand Down

0 comments on commit c11ac66

Please sign in to comment.