Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
coderobe committed Dec 24, 2017
1 parent 033cc04 commit 246c23e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/methods.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def self.run file
puts "not packed with UPX".colorize(:red)
end

if Utils.installed?("7z", "required for 7z (self-extracting) archives") && Test::p7zip(file)
if Utils::installed?("7z", "required for 7z (self-extracting) archives") && Test::p7zip(file)
puts "found 7z archive".colorize(:green)
Extract::p7zip(file)
else
Expand Down Expand Up @@ -80,4 +80,4 @@ def self.run file
end
end
end
end
end

0 comments on commit 246c23e

Please sign in to comment.