chore(xbar): fix typo in variable name

This commit is contained in:
2023-03-12 12:35:18 +00:00
parent 86efc403d1
commit 881e5f4d12
2 changed files with 4 additions and 4 deletions

View File

@@ -577,8 +577,8 @@ module Brew
end
begin
services = Brew::Services.new
Xbar::Runner.new(services).run(ARGV)
service = Brew::Services.new
Xbar::Runner.new(service).run(ARGV)
rescue StandardError => e
puts ":warning: #{File.basename(__FILE__)}"
puts '---'

View File

@@ -539,8 +539,8 @@ module Brew
end
begin
services = Brew::FormulaUpdates.new
Xbar::Runner.new(services).run(ARGV)
service = Brew::FormulaUpdates.new
Xbar::Runner.new(service).run(ARGV)
rescue StandardError => e
puts ":warning: #{File.basename(__FILE__)}"
puts '---'