Skip to content

Commit

Permalink
refactor: remove useless line
Browse files Browse the repository at this point in the history
  • Loading branch information
ninoseki committed Aug 16, 2019
1 parent 64e6b79 commit 1b3beb4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/mihari/cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ def shodan(query)
method_option :tags, type: :array, desc: "tags"
def onyphe(query)
with_error_handling do
tags = options.dig("tags") || []
tags = options.dig("tags") || []
onyphe = Analyzers::Onyphe.new(query, tags: tags)
onyphe.run
Expand Down

0 comments on commit 1b3beb4

Please sign in to comment.