Skip to content

Commit 39bcdf2

Browse files
O957dylanhmorris
andauthored
Update R/check_authorized_users.R
Co-authored-by: Dylan H. Morris <[email protected]>
1 parent dbcf12b commit 39bcdf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/check_authorized_users.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ check_authorized_users <- function(
6363
),
6464
.data$has_authorized_users ~
6565
glue::glue(
66-
"Only the following users can modify: '{.data$dir}/': {.data$authorized_users}"
66+
"Only the following users can modify the model directory '{.data$dir}/': {.data$authorized_users}"
6767
),
6868
TRUE ~ "Encountered an unexpected error while checking change authorization."
6969
)

0 commit comments

Comments
 (0)