Skip to content

Commit cf9327c

Browse files
committed
fix typo from copy-paste
1 parent 752ae62 commit cf9327c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

R-pkg/R/81_random_forest_submodule.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -899,7 +899,7 @@ rf_control_server <- function(input, output, session) {
899899
session = session
900900
)
901901

902-
if(is.null(local$diyabc_run_process)) {
902+
if(is.null(local$abcranger_run_process)) {
903903
local$feedback <- tags$p(tags$div(
904904
icon("warning"),
905905
"Random Forest analysis did not start.",

0 commit comments

Comments
 (0)