diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-08-02 22:46:16 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-08-02 22:50:09 -0400 |
commit | c762b65ce42c18f026a16ee702cec5dc168a39be (patch) | |
tree | eb75e3c268a10145f4a480a73d708f82b5d6d423 /IkiWiki/Plugin/tla.pm | |
parent | 5dbd053da36d9ab7afc41540ef075c3b7b78ddf4 (diff) | |
download | ikiwiki-c762b65ce42c18f026a16ee702cec5dc168a39be.tar ikiwiki-c762b65ce42c18f026a16ee702cec5dc168a39be.tar.gz |
show unsafe options (RO) by default
Small data leak, but only to admins, and I think it's worth it to see the
stuff that cannot be configured.
Diffstat (limited to 'IkiWiki/Plugin/tla.pm')
-rw-r--r-- | IkiWiki/Plugin/tla.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/IkiWiki/Plugin/tla.pm b/IkiWiki/Plugin/tla.pm index 6faaecccc..1c2763359 100644 --- a/IkiWiki/Plugin/tla.pm +++ b/IkiWiki/Plugin/tla.pm @@ -34,7 +34,7 @@ sub getsetup () { #{{{ tla_wrapper => { type => "string", #example => "", # TODO example - description => "tla post-commit executable to generate", + description => "tla post-commit hook to generate", safe => 0, # file rebuild => 0, }, |