projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9fb3409
)
reset setuptype to standard after an automator setup file is loaded
author
Joey Hess
<joey@gnu.kitenet.net>
Sun, 21 Mar 2010 18:51:47 +0000
(14:51 -0400)
committer
Joey Hess
<joey@gnu.kitenet.net>
Sun, 21 Mar 2010 18:51:47 +0000
(14:51 -0400)
so a standard file is generated (by default)
IkiWiki/Setup/Automator.pm
patch
|
blob
|
history
diff --git
a/IkiWiki/Setup/Automator.pm
b/IkiWiki/Setup/Automator.pm
index 9da594e991e261e8b36c0bfc2f664be074f3816a..9f694e18ed739c9bcd0d245cad6986b136535d0b 100644
(file)
--- 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.