diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2010-03-21 14:51:47 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2010-03-21 14:51:47 -0400 |
commit | aea5bf9b40f6676e93f987c28d9f2aa23608f5da (patch) | |
tree | 263830011f01cd6837a7952be0da42df8391f4ec /IkiWiki | |
parent | 9fb3409613d32e447ababb99bc963867b80340e9 (diff) |
reset setuptype to standard after an automator setup file is loaded
so a standard file is generated (by default)
Diffstat (limited to 'IkiWiki')
-rw-r--r-- | IkiWiki/Setup/Automator.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/IkiWiki/Setup/Automator.pm b/IkiWiki/Setup/Automator.pm index 9da594e99..9f694e18e 100644 --- a/IkiWiki/Setup/Automator.pm +++ b/IkiWiki/Setup/Automator.pm @@ -39,6 +39,7 @@ sub sanitize_wikiname ($) { sub import (@) { my $this=shift; IkiWiki::Setup::merge({@_}); + $config{setuptype}='Standard'; if (! $config{force_overwrite}) { # Avoid overwriting any existing files. |