Skip to content

Commit 3c7d6c3

Browse files
committed
fixed some bugs
1 parent 7d6992c commit 3c7d6c3

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

lib/msf/util/helper.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,5 @@ def self.which(cmd)
1717
return nil
1818
end
1919
end
20+
end
21+
end

metasploit-framework.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ end
1313
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
1414
require 'metasploit/framework/version'
1515
require 'metasploit/framework/rails_version_constraint'
16+
require 'msf/util/helper'
1617

1718
Gem::Specification.new do |spec|
1819
spec.name = 'metasploit-framework'

0 commit comments

Comments
 (0)