diff options
author | Josh Triplett <josh@freedesktop.org> | 2008-01-26 16:34:04 -0800 |
---|---|---|
committer | Josh Triplett <josh@freedesktop.org> | 2008-01-26 16:34:04 -0800 |
commit | 37b4fadcee4e500a1ac68ce9fcd8d6d942628cf6 (patch) | |
tree | d4cd3d998fe23a817897a9bee9bad2ff361a3c72 /doc | |
parent | a6634e589c2ec2dba35af806280fd8b7391e7906 (diff) |
Add trailing comma to commented-out umask in sample ikiwiki.setup
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ikiwiki.setup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ikiwiki.setup b/doc/ikiwiki.setup index 1377315ae..44cb35425 100644 --- a/doc/ikiwiki.setup +++ b/doc/ikiwiki.setup @@ -119,7 +119,7 @@ use IkiWiki::Setup::Standard { # Simple spam prevention: require an account-creation password. #account_creation_password => "example", # Uncomment to force ikiwiki to run with a particular umask. - #umask => 022 + #umask => 022, # To add plugins, list them here. #add_plugins => [qw{goodstuff search wikitext camelcase |