rds-command-line-tools: fix rubocop 0.65.0 style.

This commit is contained in:
Mike McQuaid 2019-02-19 13:28:15 +00:00
parent bde4530f46
commit fe71a882ef

View file

@ -15,8 +15,10 @@ class RdsCommandLineTools < Formula
libexec.install Dir["*"]
Pathname.glob("#{libexec}/bin/*") do |file|
next if file.directory?
basename = file.basename
next if basename.to_s == "service"
(bin/basename).write_env_script file, env
end
end