diff options
| author | Pietro Albini <pietro@pietroalbini.org> | 2019-05-13 15:19:29 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-05-13 15:19:29 +0200 |
| commit | 4965ffdb7a0dd825e251bcd1cc83c20ee6c8e45d (patch) | |
| tree | 9a361060c5499fff2968e05967564f14f41254fc /src | |
| parent | 807b7dd7863c4f662dbbd2091c34707664dc3d66 (diff) | |
| download | rust-4965ffdb7a0dd825e251bcd1cc83c20ee6c8e45d.tar.gz rust-4965ffdb7a0dd825e251bcd1cc83c20ee6c8e45d.zip | |
Update src/bootstrap/util.rs
Co-Authored-By: Jake Goulding <shepmaster@mac.com>
Diffstat (limited to 'src')
| -rw-r--r-- | src/bootstrap/util.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/util.rs b/src/bootstrap/util.rs index e79700d92d8..f22f0559265 100644 --- a/src/bootstrap/util.rs +++ b/src/bootstrap/util.rs @@ -326,7 +326,7 @@ pub enum CiEnv { Travis, /// The AppVeyor environment, for Windows builds. AppVeyor, - /// The Azure Pipelines environment, for Linux (including Docker), Window, and macOS builds. + /// The Azure Pipelines environment, for Linux (including Docker), Windows, and macOS builds. AzurePipelines, } |
