diff --git a/example_scheme/configs/schemas/example_of_scheme.xlsx b/example_scheme/schemas/example_of_scheme.xlsx similarity index 100% rename from example_scheme/configs/schemas/example_of_scheme.xlsx rename to example_scheme/schemas/example_of_scheme.xlsx diff --git a/modules/global_options.R b/modules/global_options.R index c6b63e7..96231c1 100644 --- a/modules/global_options.R +++ b/modules/global_options.R @@ -55,7 +55,7 @@ check_and_init_scheme = function() { ) scheme_names <- names(config::get()$form_schemes) - scheme_file <- paste0(config::get("form_app_configure_path"), "/configs/schemas/", scheme_names, ".xlsx") + scheme_file <- paste0(config::get("form_app_configure_path"), "/schemas/", scheme_names, ".xlsx") scheme_file <- stats::setNames(scheme_file, scheme_names) if (!all(file.exists(scheme_file))) {