aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Setup
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2010-03-21 14:51:47 -0400
committerJoey Hess <joey@gnu.kitenet.net>2010-03-21 14:51:47 -0400
commitaea5bf9b40f6676e93f987c28d9f2aa23608f5da (patch)
tree263830011f01cd6837a7952be0da42df8391f4ec /IkiWiki/Setup
parent9fb3409613d32e447ababb99bc963867b80340e9 (diff)
downloadikiwiki-aea5bf9b40f6676e93f987c28d9f2aa23608f5da.tar
ikiwiki-aea5bf9b40f6676e93f987c28d9f2aa23608f5da.tar.gz
reset setuptype to standard after an automator setup file is loaded
so a standard file is generated (by default)
Diffstat (limited to 'IkiWiki/Setup')
-rw-r--r--IkiWiki/Setup/Automator.pm1
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.