Skip to content

Commit 48bef75

Browse files
checkmate force argument
1 parent 4d981bd commit 48bef75

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

R/java_download.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ java_download <- function(
6666
checkmate::assert_choice(platform, valid_platforms)
6767
checkmate::assert_choice(arch, valid_architectures)
6868
checkmate::assert_flag(quiet)
69+
checkmate::assert_flag(force)
6970

7071
# Print out the detected platform and architecture
7172
if (!quiet) {

0 commit comments

Comments
 (0)