]> sipb.mit.edu Git - ikiwiki.git/commitdiff
don't force a rebuild
authorJoey Hess <joey@gnu.kitenet.net>
Wed, 7 Apr 2010 03:15:39 +0000 (23:15 -0400)
committerJoey Hess <joey@gnu.kitenet.net>
Wed, 7 Apr 2010 03:15:39 +0000 (23:15 -0400)
Rebuild can be needed sometimes, but not always, so undef.

IkiWiki/Plugin/sortnaturally.pm

index 92453749d9048f3acdea42bfc4058360e67d1e63..62e42767c99a48170ddb58c1473b8b49131ad24b 100644 (file)
@@ -13,7 +13,7 @@ sub getsetup {
        return
                plugin => {
                        safe => 1,
        return
                plugin => {
                        safe => 1,
-                       rebuild => 1,
+                       rebuild => undef,
                },
 }
 
                },
 }