From eecbd5887c7e85010dd741cc7a957bd30a0c3aed Mon Sep 17 00:00:00 2001 From: Nanda H Krishna Date: Fri, 26 Mar 2021 02:28:51 +0530 Subject: [PATCH] Apply suggestion from review Co-authored-by: Markus Reiter --- Library/Homebrew/cask/artifact/abstract_uninstall.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/cask/artifact/abstract_uninstall.rb b/Library/Homebrew/cask/artifact/abstract_uninstall.rb index 7d209a8725..32bce9edad 100644 --- a/Library/Homebrew/cask/artifact/abstract_uninstall.rb +++ b/Library/Homebrew/cask/artifact/abstract_uninstall.rb @@ -312,7 +312,7 @@ module Cask end def uninstall_pkgutil(*pkgs, command: nil, **_) - ohai "Uninstalling packages (your password may be necessary):" + ohai "Uninstalling packages; your password may be necessary:" pkgs.each do |regex| ::Cask::Pkg.all_matching(regex, command).each do |pkg| puts pkg.package_id