File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ srv_teal_lockfile <- function(id) {
7373
7474 # run renv::snapshot only once per app. Once calculated available for all users
7575 if (file.exists(lockfile_path )) {
76- logger :: log_debug(" Lockfile have been already created - skipping automatic creation." )
76+ logger :: log_debug(" Lockfile has been already created - skipping automatic creation." )
7777 enable_lockfile_download()
7878 return (NULL )
7979 }
@@ -87,7 +87,7 @@ srv_teal_lockfile <- function(id) {
8787 enable_lockfile_download()
8888 return (NULL )
8989 } else {
90- warning(" lockfile provided through options('teal.renv.lockfile') does not exist." , call. = FALSE )
90+ warning(" Lockfile provided through options('teal.renv.lockfile') does not exist." , call. = FALSE )
9191 }
9292 }
9393
You can’t perform that action at this time.
0 commit comments