Skip to content

Commit

Permalink
fix: fix typo [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ninoseki committed Jan 28, 2024
1 parent c170f82 commit 451f80d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/miteru/commands/main.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def included(thor)
method_option :download_to, type: :string, default: "/tmp", desc: "Directory to download phishing kits"
method_option :threads, type: :numeric, desc: "Number of threads to use", default: Parallel.processor_count
method_option :verbose, type: :boolean, default: true
desc "execute", "Excecute the crawler"
desc "execute", "Execute the crawler"
around :with_db_connection
def execute
Miteru.config.tap do |config|
Expand Down

0 comments on commit 451f80d

Please sign in to comment.