diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-07-31 16:52:32 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-07-31 16:56:40 +0300 |
commit | ae87ff17565342f1c67f97a0697b534d985661d5 (patch) | |
tree | 81df9dc34d42046d8034497531a32247d54321c6 /examples/cgitize.toml | |
parent | pylint fixes (diff) | |
download | cgitize-ae87ff17565342f1c67f97a0697b534d985661d5.tar.gz cgitize-ae87ff17565342f1c67f97a0697b534d985661d5.zip |
rename "output" to "output_dir" in config
Diffstat (limited to '')
-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. |