Skip to content

Commit 7f822fa

Browse files
committed
Fix typo
1 parent c8da3eb commit 7f822fa

File tree

1 file changed

+1
-1
lines changed
  • lib/msf/ui/console/command_dispatcher

1 file changed

+1
-1
lines changed

lib/msf/ui/console/command_dispatcher/core.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1336,7 +1336,7 @@ def cmd_search(*args)
13361336

13371337
if framework.db and framework.db.migrated and framework.db.modules_cached
13381338
sql_results = search_modules_sql(match)
1339-
eturn sql_results if sql_results # Patches around #7553
1339+
return sql_results if sql_results # Patches around #7553
13401340
else
13411341
print_warning("Database not connected or cache not built.")
13421342
end

0 commit comments

Comments
 (0)