diff options
| author | Pietro Albini <pietro@pietroalbini.org> | 2022-06-05 12:32:46 +0200 |
|---|---|---|
| committer | Pietro Albini <pietro@pietroalbini.org> | 2022-06-05 12:32:46 +0200 |
| commit | 6523ef41da79f06c883f0572e068251ed4370a1e (patch) | |
| tree | 0db9bc9556ed473fca94c661bdcba4120ba8532d /src/ci/scripts | |
| parent | 6a6c39765f75fb1bd0cee95a896ce56de16186a9 (diff) | |
| download | rust-6523ef41da79f06c883f0572e068251ed4370a1e.tar.gz rust-6523ef41da79f06c883f0572e068251ed4370a1e.zip | |
update comment
Diffstat (limited to 'src/ci/scripts')
| -rwxr-xr-x | src/ci/scripts/disable-git-crlf-conversion.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/scripts/disable-git-crlf-conversion.sh b/src/ci/scripts/disable-git-crlf-conversion.sh index 836145fbb8e..6de080a9fde 100755 --- a/src/ci/scripts/disable-git-crlf-conversion.sh +++ b/src/ci/scripts/disable-git-crlf-conversion.sh @@ -1,6 +1,6 @@ #!/bin/bash # Disable automatic line ending conversion, which is enabled by default on -# Azure's Windows image. Having the conversion enabled caused regressions both +# GitHub's Windows image. Having the conversion enabled caused regressions both # in our test suite (it broke miri tests) and in the ecosystem, since we # started shipping install scripts with CRLF endings instead of the old LF. # |
