X-Git-Url: http://git.tremily.us/?p=ikiwiki.git;a=blobdiff_plain;f=auto-blog.setup;fp=auto-blog.setup;h=82aa8d4155fa54b7e180f7629fbe807097992096;hp=cf77b3bf72c22bdcf5cc8375d25aebce77781a23;hb=037d5d5296ad0073a1acbb05c4cfd6461b49d1fd;hpb=ba682e0f9a55ffd74584aa3b8abb0087c7762317 diff --git a/auto-blog.setup b/auto-blog.setup index cf77b3bf7..82aa8d415 100644 --- a/auto-blog.setup +++ b/auto-blog.setup @@ -21,7 +21,7 @@ our $rcs=IkiWiki::Setup::Automator::ask( our $admin=IkiWiki::Setup::Automator::ask( gettext("What wiki user (or openid) will be admin?"), $ENV{USER}); use Net::Domain q{hostfqdn}; -our $domain=hostfqdn() || ikiwiki::setup::automator::ask( +our $domain=hostfqdn() || IkiWiki::Setup::Automator::ask( gettext("What is the domain name of the web server?"), ""); IkiWiki::Setup::Automator->import(