ocaml
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix typo about index.html

authored by

Mio and committed by
Jon Sterling
4beb9d2a 5ceee0e7

+1 -1
+1 -1
bin/forester/main.ml
··· 146 146 Eio_util.try_create_file ~cwd ~content: "output/" ".gitignore"; 147 147 Eio_util.try_create_file ~cwd ~content: "" "assets/.gitkeep"; 148 148 Eio_util.try_create_file ~cwd ~content: index_tree_str "trees/index.tree"; 149 - Reporter.emit Log ~extra_remarks: [Asai.Diagnostic.loctextf "%s" "Initialized forest, try editing `trees/index.tree` and running `forester build`. Afterwards, you can open `output/indexin your browser to view your forest."] 149 + Reporter.emit Log ~extra_remarks: [Asai.Diagnostic.loctextf "%s" "Initialized forest, try editing `trees/index.tree` and running `forester build`. Afterwards, you can open `output/index.html` in your browser to view your forest."] 150 150 151 151 let arg_config = 152 152 let doc = "A TOML file like $(i,forest.toml)" in