diff options
author | Junio C Hamano <gitster@pobox.com> | 2017-05-04 16:26:47 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-05-04 16:26:47 +0900 |
commit | 7c7478f45a67121aeda2e1d276feb34c5786e611 (patch) | |
tree | 1a97d484ba1ff9d203209e64974a1a55de409e2c /ci | |
parent | Merge branch 'sr/hooks-cwd-doc' (diff) | |
parent | fix minor typos (diff) | |
download | tgif-7c7478f45a67121aeda2e1d276feb34c5786e611.tar.xz |
Merge branch 'rg/a-the-typo'
Typofix.
* rg/a-the-typo:
fix minor typos
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/run-windows-build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/run-windows-build.sh b/ci/run-windows-build.sh index e043440799..d8f0d92f28 100755 --- a/ci/run-windows-build.sh +++ b/ci/run-windows-build.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash # -# Script to trigger the a Git for Windows build and test run. +# Script to trigger the Git for Windows build and test run. # Set the $GFW_CI_TOKEN as environment variable. # Pass the branch (only branches on https://github.com/git/git are # supported) and a commit hash. |