Skip to content

Commit

Permalink
tidy up loops
Browse files Browse the repository at this point in the history
  • Loading branch information
DyfanJones committed Jan 12, 2024
1 parent 310c5e9 commit e8ebdee
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions make.paws/R/sdk_helper.R
Original file line number Diff line number Diff line change
Expand Up @@ -431,9 +431,7 @@ paws_gsub <- function(
}
for (pkg in cran_pkg) {
cran_file_gsub(before, after, cran_r[[pkg]])
log_info("Successfully update package: %s", pkg)
}
for (pkg in cran_pkg) {
log_info("Successfully update package R scripts: %s", pkg)
cran_file_gsub(before, after, cran_rd[[pkg]])
log_info("Successfully update package rd documentation: %s", pkg)
}
Expand Down

0 comments on commit e8ebdee

Please sign in to comment.