From ffb0802c4a2e48021677a78695d84a356b1b8024 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 6 Apr 2010 23:15:39 -0400 Subject: [PATCH] don't force a rebuild Rebuild can be needed sometimes, but not always, so undef. --- IkiWiki/Plugin/sortnaturally.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, }, } -- 2.44.0