Skip to content

Commit

Permalink
Do not write apps_deps
Browse files Browse the repository at this point in the history
  • Loading branch information
schloerke committed Sep 9, 2024
1 parent 3b843c7 commit 8863a33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/gha/data-apps-deps-update.R
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ update_apps_deps <- function(repo_dir = ".") {
sep = "",
"# Do not edit by hand!\n",
"# This file is automatically generated by `./inst/gha/data-apps-deps-update.R`\n",
"apps_deps <- ", paste0(apps_deps_txt, collapse = "\n"), "\n",
# "apps_deps <- ", paste0(apps_deps_txt, collapse = "\n"), "\n",
"apps_deps_map <- ", apps_deps_map_txt, "\n"
)
}
Expand Down

0 comments on commit 8863a33

Please sign in to comment.