Skip to content
This repository was archived by the owner on Oct 12, 2023. It is now read-only.

Commit 1b60e47

Browse files
authored
Reverted variable name (#245)
1 parent adcd74a commit 1b60e47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/credentials.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ generateCredentialsConfig <- function(fileName, ...) {
8686
url = batchUrl),
8787
storageAccount = list(name = storageName,
8888
key = storageKey,
89-
endpointSuffix = storageSuffix),
89+
endpointSuffix = storageEndpointSuffix),
9090
githubAuthenticationToken = githubAuthenticationToken,
9191
dockerAuthentication = list(username = dockerUsername,
9292
password = dockerPassword,

0 commit comments

Comments
 (0)