Skip to content

Commit

Permalink
style(cartesi): break long line
Browse files Browse the repository at this point in the history
  • Loading branch information
tuler committed Sep 6, 2024
1 parent 4a6b5b1 commit 03ddcc3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Formula/cartesi.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ def install
bin.install_symlink Dir["#{libexec}/bin/*"]

# use node installed by the "node" formula instead of the PATH one
inreplace libexec/"lib/node_modules/@cartesi/cli/bin/run.js", "#!/usr/bin/env node", "#!#{Formula["node"].opt_bin}/node"
inreplace libexec/"lib/node_modules/@cartesi/cli/bin/run.js", "#!/usr/bin/env node",
"#!#{Formula["node"].opt_bin}/node"
end

test do
Expand Down

0 comments on commit 03ddcc3

Please sign in to comment.