diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2010-04-06 23:15:39 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2010-04-06 23:15:39 -0400 |
commit | ffb0802c4a2e48021677a78695d84a356b1b8024 (patch) | |
tree | 7ebff3e5ba389f0146bfa4729c6207b1f028e4b2 | |
parent | bab8fec52468b780485bdf96a37a593bd033c7e3 (diff) |
don't force a rebuild
Rebuild can be needed sometimes, but not always, so undef.
-rw-r--r-- | IkiWiki/Plugin/sortnaturally.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/IkiWiki/Plugin/sortnaturally.pm b/IkiWiki/Plugin/sortnaturally.pm index 92453749d..62e42767c 100644 --- a/IkiWiki/Plugin/sortnaturally.pm +++ b/IkiWiki/Plugin/sortnaturally.pm @@ -13,7 +13,7 @@ sub getsetup { return plugin => { safe => 1, - rebuild => 1, + rebuild => undef, }, } |