From 10afd47a2ba552a7549eeecc8c2ef73f2be3808c Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sun, 12 Mar 2023 12:39:19 +0000 Subject: [PATCH] fix(xbar/brew-updates): fix VAR_GREEDY config value type --- xbar/brew-updates.1h.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xbar/brew-updates.1h.rb b/xbar/brew-updates.1h.rb index f58cf48..d2d8c5a 100755 --- a/xbar/brew-updates.1h.rb +++ b/xbar/brew-updates.1h.rb @@ -4,7 +4,7 @@ # rubocop:disable Layout/LineLength # Brew Updates -# v2.5.1 +# v2.5.2 # Jim Myhrberg # jimeh # List and manage outdated Homebrew formulas and casks @@ -13,7 +13,7 @@ # https://github.com/jimeh/dotfiles/tree/main/xbar # # string(VAR_BREW_PATH=""): Path to "brew" executable. -# boolean(VAR_GREEDY=""): Comma separted list of greedy types for brew outdated command ("latest", "auto-updates"). +# string(VAR_GREEDY=""): Comma separted list of greedy types for brew outdated command ("latest", "auto-updates"). # rubocop:enable Layout/LineLength # rubocop:disable Lint/ShadowingOuterLocalVariable