summaryrefslogtreecommitdiff
path: root/auto.setup
diff options
context:
space:
mode:
Diffstat (limited to 'auto.setup')
-rw-r--r--auto.setup4
1 files changed, 1 insertions, 3 deletions
diff --git a/auto.setup b/auto.setup
index ef0f1723c..3da5e3a62 100644
--- a/auto.setup
+++ b/auto.setup
@@ -17,7 +17,7 @@ our $wikiname=IkiWiki::Setup::Automator::ask(
our $rcs=IkiWiki::Setup::Automator::ask(
gettext("What revision control system to use?"), "git");
our $admin=IkiWiki::Setup::Automator::ask(
- gettext("What wiki user (or openid) will be wiki admin?"), $ENV{USER});
+ gettext("What wiki user (or openid) will be admin?"), $ENV{USER});
use Net::Domain q{hostfqdn};
our $domain=hostfqdn() || ikiwiki::setup::automator::ask(
gettext("What is the domain name of the web server?"), "");
@@ -40,6 +40,4 @@ IkiWiki::Setup::Automator->import(
rss => 1,
atom => 1,
syslog => 1,
- prefix_directives => 1,
- hardlink => 1,
)