Skip to content

Commit

Permalink
data/gui has not existed in a long time
Browse files Browse the repository at this point in the history
  • Loading branch information
busterb authored and Brent Cook committed May 27, 2017
1 parent c73cd82 commit 1a8f840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metasploit-framework.gemspec
Expand Up @@ -26,7 +26,7 @@ Gem::Specification.new do |spec|

if File.directory?(File.join(__FILE__, ".git"))
spec.files = `git ls-files`.split($/).reject { |file|
file =~ /^documentation|^data\/gui|^external/
file =~ /^documentation|^external/
}
end
spec.bindir = '.'
Expand Down

0 comments on commit 1a8f840

Please sign in to comment.