diff options
Diffstat (limited to 'examples/cgitize.toml')
-rw-r--r-- | examples/cgitize.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/cgitize.toml b/examples/cgitize.toml index fcf6b92..9b55d26 100644 --- a/examples/cgitize.toml +++ b/examples/cgitize.toml @@ -1,7 +1,7 @@ # All settings are optional. # /var/tmp/cgitize/output by default. -output = "/tmp/cgitize" +output_dir = "/tmp/cgitize" # URL to clone from the output directory. {name} is replaced by the repository # ID. |