We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84e26dd commit 141053eCopy full SHA for 141053e
src/PkgAuthentication.jl
@@ -23,7 +23,7 @@ abstract type Failure <: State end
23
## authentication state machine
24
25
function _assert_pkg_server_env_var_is_set()
26
- if isempty(strip(get(ENV, pkg_server_env_var_name, "")))
+ if isempty(get(ENV, pkg_server_env_var_name, ""))
27
msg = "The `$(pkg_server_env_var_name)` environment variable must be set and non-empty"
28
throw(ErrorException(msg))
29
end
0 commit comments