Skip to content

Commit 4e0298e

Browse files
add missing quote
1 parent c269d00 commit 4e0298e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/slurmworkflow_helpers.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ step_tmpl_renv_restore <- function(git_branch, setup_lines = NULL, lockfile = NU
149149
} else {
150150
instructions <- c(
151151
instructions,
152-
paste0("Rscript -e \"renv::restore(lockfile = ", lockfile, ")\"")
152+
paste0("Rscript -e \"renv::restore(lockfile = '", lockfile, "')\"")
153153
)
154154
}
155155

0 commit comments

Comments
 (0)