You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/PkgAuthentication.jl
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ variable to `server`.
40
40
`server` must be the URL of a valid Pkg server.
41
41
42
42
## 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.
0 commit comments