Skip to content

Commit 382d34d

Browse files
committed
Fix spec.name in metasploit-framework-full
MSP-11578 Left in 'metasploit-framework-db' after copying and forgot to update to 'metasploit-framework-full'.
1 parent 63b4c0b commit 382d34d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metasploit-framework-full.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
1414
require 'metasploit/framework/version'
1515

1616
Gem::Specification.new do |spec|
17-
spec.name = 'metasploit-framework-db'
17+
spec.name = 'metasploit-framework-full'
1818
spec.version = Metasploit::Framework::GEM_VERSION
1919
spec.authors = ['Metasploit Hackers']
2020
spec.email = ['[email protected]']

0 commit comments

Comments
 (0)