ec2-api-tools: fix rubocop 0.65.0 style.
This commit is contained in:
parent
6d61ec9677
commit
7e2b208970
1 changed files with 2 additions and 0 deletions
|
@ -14,8 +14,10 @@ class Ec2ApiTools < 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
|
||||
|
|
Loading…
Reference in a new issue