Skip to content

Commit 8495202

Browse files
committed
Remove username/pw from a place I missed
1 parent c570bd9 commit 8495202

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/0000-alternative-registries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ currently supports configuring any key in `.cargo/config` using environment vari
8383
To configure TravisCI to use an alternate registry named `my-registry` for example, you can use
8484
[Travis' encrypted environment variables feature](https://docs.travis-ci.com/user/environment-variables/#Defining-encrypted-variables-in-.travis.yml) to set:
8585

86-
`CARGO_REGISTRY_MY_REGISTRY_INDEX=https://username:password@my-intranet:8080/index`
86+
`CARGO_REGISTRY_MY_REGISTRY_INDEX=https://my-intranet:8080/index`
8787

8888
## Using a dependency from another registry
8989

0 commit comments

Comments
 (0)