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

Commit

Permalink
Fixed incorrect variable name (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
daanknoope authored and brnleehng committed Apr 9, 2018
1 parent b9c7902 commit adcd74a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/credentials.R
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ generateCredentialsConfig <- function(fileName, ...) {
"storage_account_key",
args$storageKey)

storageSuffix <-
storageEndpointSuffix <-
ifelse(is.null(args$storageEndpointSuffix),
"core.windows.net",
args$storageEndpointSuffix)
Expand Down

0 comments on commit adcd74a

Please sign in to comment.