Skip to content

Commit bb718ff

Browse files
committed
fix parenthesis placement in 2388878
1 parent 2388878 commit bb718ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/publish.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ publish_book = function(name = NULL, ...) {
2929
}
3030
# if no accounts other than shinyapps.io and bookdown.org have been set up on
3131
# this machine, offer to add one for connect.posit.cloud
32-
if (length(setdiff(accounts$server, c('shinyapps.io', 'bookdown.org')) == 0)) {
32+
if (length(setdiff(accounts$server, c('shinyapps.io', 'bookdown.org'))) == 0) {
3333
if (readline('Do you want to connect to connect.posit.cloud? (y/n)') == 'y')
3434
rsconnect::connectCloudUser()
3535
}

0 commit comments

Comments
 (0)