]> git.lizzy.rs Git - rust.git/blobdiff - src/ci/scripts/disable-git-crlf-conversion.sh
Rollup merge of #100040 - ChrisDenton:broken-pipe, r=davidtwco
[rust.git] / src / ci / scripts / disable-git-crlf-conversion.sh
index 836145fbb8e602e5c8868929d451a8fb2a35d37f..6de080a9fde00a8c6e5947325fc4f84e5d45122c 100755 (executable)
@@ -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.
 #