Skip to content

Commit

Permalink
rename the label to match its target
Browse files Browse the repository at this point in the history
  • Loading branch information
meysam81 committed Aug 10, 2023
1 parent 3f3d55e commit 260d7ce
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/infra/docs/dev-desktop.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ git config --global user.email "your-email"
## How to customize your shell

You can set your default shell on the dev desktops by adding yourself to a
configuration file in the [`rust-lang/simpleinfra`][simpleinfra] repository.
Open `ansible/roles/dev-desktop/defaults/main.yml`, look for the variable
`vars_user_config`, and add yourself to the list.
configuration file in the [`rust-lang/simpleinfra`][simpleinfra-vars-user-config]
repository. Open `ansible/roles/dev-desktop/defaults/main.yml`, look for the
variable `vars_user_config`, and add yourself to the list.

```yaml
vars_user_config:
Expand Down Expand Up @@ -180,4 +180,4 @@ We might ask you to create an issue in the [rust-lang/simpleinfra] repository.
[rust-lang/simpleinfra]: https://github.com/rust-lang/simpleinfra
[visual studio code]: https://code.visualstudio.com/
[certain teams]: https://github.com/search?q=repo%3Arust-lang%2Fteam+path%3Ateams%2F*.toml+dev-desktop&type=code&ref=advsearch
[simpleinfra]: https://github.com/rust-lang/simpleinfra/blob/dbf839ef25155df1f33c18f151283436b0f70f3b/ansible/roles/dev-desktop/defaults/main.yml#L12:L16
[simpleinfra-vars-user-config]: https://github.com/rust-lang/simpleinfra/blob/dbf839ef25155df1f33c18f151283436b0f70f3b/ansible/roles/dev-desktop/defaults/main.yml#L12:L16

0 comments on commit 260d7ce

Please sign in to comment.