Skip to content

Commit

Permalink
fix: make PR pass the CI
Browse files Browse the repository at this point in the history
- add forgotten rename path -> pkg in desc.R
- manually commit man/is_golem.Rd
- manually commit man/pkg_tools.Rd
  • Loading branch information
ilyaZar committed May 26, 2023
1 parent 7578bca commit 15204c1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion R/desc.R
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ fill_desc <- function(
)
change_app_config_name(
name = pkg_name,
path = pkg
pkg = pkg
)
set_golem_name(pkg_name)

Expand Down
6 changes: 3 additions & 3 deletions man/is_golem.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions man/pkg_tools.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 15204c1

Please sign in to comment.