Skip to content

Commit

Permalink
Don't fail here.
Browse files Browse the repository at this point in the history
  • Loading branch information
toots committed Nov 10, 2024
1 parent c885e10 commit aab0fd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lang/builtins_lang.ml
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ let _ =
(Lang.add_builtin_base ~category:`Configuration
~descr:("Path to configured location site " ^ name)
~base:sites name (`String path) Lang.string_t)
| _ -> assert false)
| _ -> ())
[
("bin", Sites.Sites.bin);
("cache", Sites.Sites.cache);
Expand Down

0 comments on commit aab0fd8

Please sign in to comment.