Skip to content

Commit e92244d

Browse files
committed
Fix readme
1 parent 2e65cc3 commit e92244d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ An environment variable `DEV_FEATURE_OVERRIDE_LOCATION` can be set to a location
4848
The content of the file is simple `key=value` like an env file.
4949
The key names are `DEV_FEATURE_OVERRIDE_<key-to-overwrite>`, but you can also just skip the `DEV_FEATURE_OVERRIDE_` and directly use the desired key name. So for example:
5050
```
51-
GO_DOWNLOAD_REGISTRY_BASE=https://mycompany.com/artifactory/dl-google-generic-remote
52-
GO_DOWNLOAD_REGISTRY_PATH=/go
51+
GO_DOWNLOAD_URL_BASE=https://mycompany.com/artifactory/dl-google-generic-remote
52+
GO_DOWNLOAD_URL_PATH=/go
5353
```
5454
As the remote can be configured differently (e.g. by including or excluding sub-paths), there are usually two variables: one for the base and one for the path.
5555

0 commit comments

Comments
 (0)