Skip to content

Commit

Permalink
Fixed a typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Mar 6, 2013
1 parent 7e6f07c commit b9e925c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/shorturl/services/moourl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def initialize
end

def on_response(response)
"http://moourl.com/" + res["location"].match(/\?moo=/).post_match
"http://moourl.com/" + response["location"].match(/\?moo=/).post_match
end

end
Expand Down

0 comments on commit b9e925c

Please sign in to comment.