We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbcf12b commit 39bcdf2Copy full SHA for 39bcdf2
R/check_authorized_users.R
@@ -63,7 +63,7 @@ check_authorized_users <- function(
63
),
64
.data$has_authorized_users ~
65
glue::glue(
66
- "Only the following users can modify: '{.data$dir}/': {.data$authorized_users}"
+ "Only the following users can modify the model directory '{.data$dir}/': {.data$authorized_users}"
67
68
TRUE ~ "Encountered an unexpected error while checking change authorization."
69
)
0 commit comments