Skip to content

Commit 105bd76

Browse files
Mariana MirandaMariana Miranda
authored andcommitted
Minor fix to option path
1 parent 875eab6 commit 105bd76

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/cheferd/utils/options.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ const std::string option_static_rules_with_time_file_path_user
7575
= "../files/static_rules_with_time_file_user";
7676

7777
const std::string option_dynamic_rules_with_time_file_path_
78-
= "../files/dynamic_rules_with_time_file";
78+
= "../files/static_rules_with_time_file_job";
7979

8080
/**
8181
* Default communication option.

0 commit comments

Comments
 (0)