Skip to content

Commit

Permalink
fix lapply argument (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrobtz authored Sep 10, 2023
1 parent 7272ea8 commit 5527f87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/az_login.R
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ list_azure_logins <- function()
logins <- sapply(arm_logins, function(tenant)
{
sapply(tenant,
function(hash) az_rm$new(token=load_azure_token(file)),
function(hash) az_rm$new(token=load_azure_token(hash)),
simplify=FALSE)
}, simplify=FALSE)

Expand Down

0 comments on commit 5527f87

Please sign in to comment.