Skip to content

Commit

Permalink
Land #19065, remove db_create mention
Browse files Browse the repository at this point in the history
  • Loading branch information
adfoster-r7 authored Apr 9, 2024
2 parents 894d057 + 2d819cb commit 2346bfe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/nessus.rb
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ def valid_policy(*args)

def nessus_verify_db
if !(framework.db && framework.db.active)
print_error('No database has been configured, please use db_create/db_connect first')
print_error('No database has been configured, please use db_connect first')
return false
end
true
Expand Down
2 changes: 1 addition & 1 deletion plugins/nexpose.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def commands

def nexpose_verify_db
if !(framework.db && framework.db.usable && framework.db.active)
print_error('No database has been configured, please use db_create/db_connect first')
print_error('No database has been configured, please use db_connect first')
return false
end

Expand Down

0 comments on commit 2346bfe

Please sign in to comment.