Skip to content

Commit

Permalink
fix: Update twilio oclif client home (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anuj Badhwar authored Oct 12, 2021
1 parent 7050692 commit e186048
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Formula/twilio.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ class Twilio < Formula
depends_on "node"

def install
inreplace "bin/twilio", /^CLIENT_HOME=/, "export TWILIO_OCLIF_CLIENT_HOME=#{lib/"client"}\nCLIENT_HOME="
libexec.install Dir["*"]
bin.install_symlink libexec/"bin/twilio"
end
Expand Down

0 comments on commit e186048

Please sign in to comment.