Skip to content

Commit

Permalink
MF
Browse files Browse the repository at this point in the history
  • Loading branch information
snow committed Apr 5, 2015
1 parent 2ebde48 commit e9b9315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dns_service.rb
Expand Up @@ -131,7 +131,7 @@ def initialize
def on_result topic, query, response
scope = DB[:domains].where(name: query)
if scope.where('status in ("home", "abroad")').select(1).count > 0
info "'#{query}' already reviewed" if OPTS.debug?
info "#{query} already reviewed" if OPTS.debug?
return
end

Expand Down

0 comments on commit e9b9315

Please sign in to comment.