From c32d4a8cfe467f5cc5df70b87db27fa210d63d4b Mon Sep 17 00:00:00 2001 From: Sven Strickroth Date: Mon, 21 Oct 2024 17:12:26 +0200 Subject: global: Fix duplicate word typos Used regex to find these typos: (? Signed-off-by: Taylor Blau --- ci/lib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ci') diff --git a/ci/lib.sh b/ci/lib.sh index 74b430be23..bfa1fe370b 100755 --- a/ci/lib.sh +++ b/ci/lib.sh @@ -62,7 +62,7 @@ trap "end_group 'CI setup'" EXIT # something went wrong. # # We already enabled tracing executed commands earlier. This helps by showing -# how # environment variables are set and and dependencies are installed. +# how # environment variables are set and dependencies are installed. set -e skip_branch_tip_with_tag () { -- cgit v1.3