aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorTaylor Blau <me@ttaylorr.com>2024-11-01 12:53:23 -0400
committerTaylor Blau <me@ttaylorr.com>2024-11-01 12:53:23 -0400
commit7b1f01f02ee62ea664bd88f2481484bfe6602819 (patch)
treecafa53f76dcaa131fbdbf050c7a9dc904960d38f /ci
parentaabbcf278388dac4198fda4271bf0f6920ab45ed (diff)
parentc32d4a8cfe467f5cc5df70b87db27fa210d63d4b (diff)
downloadgit-7b1f01f02ee62ea664bd88f2481484bfe6602819.tar.xz
Merge branch 'ss/duplicate-typos'
Typofixes. * ss/duplicate-typos: global: Fix duplicate word typos
Diffstat (limited to 'ci')
-rwxr-xr-xci/lib.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/lib.sh b/ci/lib.sh
index 95f39a26ea..246072a093 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 () {