Skip to content

Commit 4a7c9d7

Browse files
Apply suggestions from code review
Co-authored-by: Morten Piibeleht <[email protected]>
1 parent ce95d65 commit 4a7c9d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PkgAuthentication.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ variable to `server`.
4040
`server` must be the URL of a valid Pkg server.
4141
4242
## Keyword arguments
43-
- `modify_environment::Bool = true`: Set the `$(pkg_server_env_var_name)` environment variable to `server`.
43+
- `modify_environment::Bool = true`: Set the `$(pkg_server_env_var_name)` environment variable to `server`. In package code, this should probably be set to `false`, so that the package would not have unexpected global side effects.
4444
4545
## Example usage
4646

0 commit comments

Comments
 (0)