Skip to content

Commit

Permalink
Merge pull request #448 from ronomal/patch-2
Browse files Browse the repository at this point in the history
fixed use of isShinyapps in showUsers
  • Loading branch information
jmcphers authored Aug 17, 2020
2 parents 87fec3d + 0f43ced commit 1306eed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/auth.R
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ showUsers <- function(appDir=getwd(), appName=NULL, account = NULL,
# resolve account
accountDetails <- accountInfo(resolveAccount(account, server), server)

if (!isShinyapps(accountDetails)) {
if (!isShinyapps(accountDetails$server)) {
stop("This method only works for ShinyApps servers.")
}

Expand Down

0 comments on commit 1306eed

Please sign in to comment.