Skip to content

Commit

Permalink
Rename 'profiles:add' to 'profiles:create' (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
childish-sambino authored Oct 15, 2019
1 parent 6124800 commit 3214f7b
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/twilio.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ def install

def post_install
ohai "********************************************************"
ohai "* *"
ohai "* To get started, please login to your Twilio account: *"
ohai "* *"
ohai "* twilio login *"
ohai "* *"
ohai "* OR *"
ohai "* *"
ohai "* twilio profiles:add *"
ohai "* *"
ohai "* *"
ohai "* To get started, please create a twilio-cli profile: *"
ohai "* *"
ohai "* twilio login *"
ohai "* *"
ohai "* OR *"
ohai "* *"
ohai "* twilio profiles:create *"
ohai "* *"
ohai "********************************************************"
end
end

0 comments on commit 3214f7b

Please sign in to comment.