diff options
| author | Matt Harding <majaharding@gmail.com> | 2023-04-08 06:36:59 +0100 |
|---|---|---|
| committer | Matt Harding <majaharding@gmail.com> | 2023-04-08 06:36:59 +0100 |
| commit | c4f686401dab0a532a6acd09aaaa2ba8ea99346c (patch) | |
| tree | 462b1cd3861725413b75ca0c79a9b7492402fa4a | |
| parent | 23ee2af2f7669d521ad39ef8a506a4fa3d37ea5a (diff) | |
| download | rust-c4f686401dab0a532a6acd09aaaa2ba8ea99346c.tar.gz rust-c4f686401dab0a532a6acd09aaaa2ba8ea99346c.zip | |
Correct missed rename of config.example.toml
This commit: fcb2a3665f6 (Rename `config.toml.example` to `config.example.toml`, 2023-03-11) missed an instance in `config.example.toml` itself.
| -rw-r--r-- | config.example.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.example.toml b/config.example.toml index 5ef83760aed..15c6bc0f123 100644 --- a/config.example.toml +++ b/config.example.toml @@ -16,7 +16,7 @@ # Use different pre-set defaults than the global defaults. # # See `src/bootstrap/defaults` for more information. -# Note that this has no default value (x.py uses the defaults in `config.toml.example`). +# Note that this has no default value (x.py uses the defaults in `config.example.toml`). #profile = <none> # Keeps track of the last version of `x.py` used. |
