Skip to content

Commit

Permalink
Merge pull request #76 from MiteshShah/master
Browse files Browse the repository at this point in the history
Make curl silent
  • Loading branch information
pannous committed May 15, 2014
2 parents 2efb6bf + c133011 commit d550c88
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 d550c88

Please sign in to comment.