mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 09:26:42 +00:00
chore(xbar): fix typo in variable name
This commit is contained in:
@@ -577,8 +577,8 @@ module Brew
|
|||||||
end
|
end
|
||||||
|
|
||||||
begin
|
begin
|
||||||
services = Brew::Services.new
|
service = Brew::Services.new
|
||||||
Xbar::Runner.new(services).run(ARGV)
|
Xbar::Runner.new(service).run(ARGV)
|
||||||
rescue StandardError => e
|
rescue StandardError => e
|
||||||
puts ":warning: #{File.basename(__FILE__)}"
|
puts ":warning: #{File.basename(__FILE__)}"
|
||||||
puts '---'
|
puts '---'
|
||||||
|
|||||||
@@ -539,8 +539,8 @@ module Brew
|
|||||||
end
|
end
|
||||||
|
|
||||||
begin
|
begin
|
||||||
services = Brew::FormulaUpdates.new
|
service = Brew::FormulaUpdates.new
|
||||||
Xbar::Runner.new(services).run(ARGV)
|
Xbar::Runner.new(service).run(ARGV)
|
||||||
rescue StandardError => e
|
rescue StandardError => e
|
||||||
puts ":warning: #{File.basename(__FILE__)}"
|
puts ":warning: #{File.basename(__FILE__)}"
|
||||||
puts '---'
|
puts '---'
|
||||||
|
|||||||
Reference in New Issue
Block a user