chore: remove redundant words (#3705)

Signed-off-by: finaltrip <finaltrip@qq.com>
This commit is contained in:
finaltrip
2025-02-17 23:24:15 +08:00
committed by GitHub
parent bae52e28f9
commit b065e5abbe
5 changed files with 5 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ set -u
# This is causing it to fail
set -o pipefail
# Use in the the functions: eval $invocation
# Use in the functions: eval $invocation
invocation='say_verbose "Calling: ${yellow:-}${FUNCNAME[0]} ${green:-}$*${normal:-}"'
# standard output may be used as a return value in the functions