diff options
| author | Taylor Blau <me@ttaylorr.com> | 2024-11-01 12:53:23 -0400 |
|---|---|---|
| committer | Taylor Blau <me@ttaylorr.com> | 2024-11-01 12:53:23 -0400 |
| commit | 7b1f01f02ee62ea664bd88f2481484bfe6602819 (patch) | |
| tree | cafa53f76dcaa131fbdbf050c7a9dc904960d38f /ci | |
| parent | aabbcf278388dac4198fda4271bf0f6920ab45ed (diff) | |
| parent | c32d4a8cfe467f5cc5df70b87db27fa210d63d4b (diff) | |
| download | git-7b1f01f02ee62ea664bd88f2481484bfe6602819.tar.xz | |
Merge branch 'ss/duplicate-typos'
Typofixes.
* ss/duplicate-typos:
global: Fix duplicate word typos
Diffstat (limited to 'ci')
| -rwxr-xr-x | ci/lib.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 () { |
