diff options
author | Marius Peter <marius.peter@tutanota.com> | 2025-03-01 19:19:30 +0100 |
---|---|---|
committer | Marius Peter <marius.peter@tutanota.com> | 2025-03-01 19:19:30 +0100 |
commit | 4946275b48bfc92ce4b420e36c6cf48694776bbc (patch) | |
tree | 0dad20f647c17f90d5ba583539a8a2f02d11e5ce /lib/config.ml | |
parent | e92e763e06d58a03224189d53044c4f5e1f907f0 (diff) |
Start work on Git "un"helper functions.
Worse is better. I'll revisit the OCaml Git package once I'm more
comfortable with OCaml overall.
Diffstat (limited to 'lib/config.ml')
-rw-r--r-- | lib/config.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/config.ml b/lib/config.ml index c391c43..d47101f 100644 --- a/lib/config.ml +++ b/lib/config.ml @@ -1,2 +1,2 @@ let git_directory = Filename.concat (Unix.getenv "HOME") "git" -let author = "Marius PETER" +let author = "Marius Peter" |