This commit is contained in:
hong-revo 2018-05-18 10:42:23 +10:00
Родитель 104a244120
Коммит a474623d0a
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -47,7 +47,7 @@ file_share.file_endpoint <- function(endpoint, name)
print.file_share <- function(object, ...)
{
cat("Azure file share\n")
cat("Endpoint URL: %s\n", object$endpoint$url)
cat(sprintf("Endpoint URL: %s\n", object$endpoint$url))
if(!is_empty(object$endpoint$key))
cat("Access key: <hidden>\n")
else cat("Access key: <none supplied>\n")