Skip to content

Commit 429bf35

Browse files
Update R/add_dockerfiles_renv.R
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent b87d6ca commit 429bf35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/add_dockerfiles_renv.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ add_dockerfile_with_renv <- function(
332332

333333
if (!single_file){
334334
out <- sprintf(
335-
"# use cd to moove to the folder containing the Dockerfile
335+
"# use cd to move to the folder containing the Dockerfile
336336
docker build -f Dockerfile_base --progress=plain -t %s .
337337
docker build -f Dockerfile --progress=plain -t %s .
338338
docker run -p %s:%s %s

0 commit comments

Comments
 (0)