Skip to content

Commit

Permalink
Make curl silent
Browse files Browse the repository at this point in the history
  • Loading branch information
MiteshShah committed May 15, 2014
1 parent 2efb6bf commit c133011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/user.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def self.interpret(command)

if command.match(/^what\'?s?(\s+is)?(\s+my)?(\s+ip)?\s?(address)?\??$/i)
responses << {
:command => "curl ifconfig.me",
:command => "curl -sL ifconfig.me",
:explanation => "Gets your external ip address."
}
end
Expand Down

0 comments on commit c133011

Please sign in to comment.