Skip to content

Commit

Permalink
feat: fix set_golem_name
Browse files Browse the repository at this point in the history
issue #1161
  • Loading branch information
ColinFay committed Aug 5, 2024
1 parent 38c2397 commit 0d0f679
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions R/golem-yaml-set.R
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ set_golem_name <- function(
talkative = TRUE,
old_name = golem::pkg_name()
) {

name <- force(name)
pkg <- force(pkg)
old_name <- force(old_name)

path <- fs_path_abs(pkg)

# Changing in YAML
Expand Down

0 comments on commit 0d0f679

Please sign in to comment.