reset setuptype to standard after an automator setup file is loaded
so a standard file is generated (by default)master
parent
9fb3409613
commit
aea5bf9b40
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue