Skip to content

Commit

Permalink
Fixed frozen strings
Browse files Browse the repository at this point in the history
  • Loading branch information
jmatsu committed Sep 1, 2020
1 parent b971183 commit 8c08510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/apkstats/plugin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ def apkanalyzer_command
end
end

command_path.chomp!
command_path = command_path.chomp

raise Error, "Please include apkanalyer in your PATH or specify it explicitly." if command_path.empty?

Expand Down

0 comments on commit 8c08510

Please sign in to comment.