From 2d89e7d24e9e24fc44e487bcef72ccffdc353908 Mon Sep 17 00:00:00 2001 From: Xuehai Pan Date: Thu, 7 Oct 2021 22:16:57 +0800 Subject: [PATCH] utils/shfmt.sh: apply suggestions from code review Co-authored-by: Mike McQuaid --- Library/Homebrew/utils/shfmt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/utils/shfmt.sh b/Library/Homebrew/utils/shfmt.sh index 8f0d9a0585..814625d5ae 100755 --- a/Library/Homebrew/utils/shfmt.sh +++ b/Library/Homebrew/utils/shfmt.sh @@ -390,7 +390,7 @@ do retcode="$?" if [[ "${retcode}" == 4 ]] then - onoe "${0##*/}: Bad styles detected in file \"${file}\", apply auto-fix." + onoe "${0##*/}: Bad styles detected in file \"${file}\", fixing..." retcode='' fi fi