diff options
Diffstat (limited to 'bin/utils.ml')
-rw-r--r-- | bin/utils.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/utils.ml b/bin/utils.ml index 4f488f4..cd098bb 100644 --- a/bin/utils.ml +++ b/bin/utils.ml @@ -13,7 +13,7 @@ let get_token () = In_channel.close file ; String.trim token let get_year () = - if Caml.Sys.file_exists year_file then ( + if Stdlib.Sys.file_exists year_file then ( let file = In_channel.open_text year_file in let year = In_channel.input_all file in In_channel.close file ; |