Skip to content

Commit

Permalink
Small but horrible bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
maciekbanas committed Oct 31, 2024
1 parent d438e9d commit 7d00dd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/GitStats.R
Original file line number Diff line number Diff line change
Expand Up @@ -700,7 +700,7 @@ GitStats <- R6::R6Class(
progress = progress
)
} else if (!is.null(with_files)) {
privater$get_repos_from_host_with_files(
private$get_repos_from_host_with_files(

Check warning on line 703 in R/GitStats.R

View check run for this annotation

Codecov / codecov/patch

R/GitStats.R#L703

Added line #L703 was not covered by tests
host = host,
add_contributors = add_contributors,
with_files = with_files,
Expand Down

0 comments on commit 7d00dd4

Please sign in to comment.