Skip to content

Commit c5bfaf3

Browse files
authored
Syntax fix: add a missing do
1 parent 0faaca9 commit c5bfaf3

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
@@ -60,7 +60,7 @@ function authenticate(
6060
end
6161
# Even if `modify_environment` is `false`, we still need to set the environment
6262
# variable for the duration of the `authenticate` call.
63-
withenv(pkg_server_env_var_name => server)
63+
withenv(pkg_server_env_var_name => server) do
6464
authenticate(;
6565
auth_suffix = auth_suffix,
6666
force = force,

0 commit comments

Comments
 (0)