From 037d5d5296ad0073a1acbb05c4cfd6461b49d1fd Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 21 Oct 2009 13:55:44 -0400 Subject: [PATCH] fix case --- auto-blog.setup | 2 +- auto.setup | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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( diff --git a/auto.setup b/auto.setup index dc2b19992..afb54b324 100644 --- a/auto.setup +++ b/auto.setup @@ -20,7 +20,7 @@ our $rcs=IkiWiki::Setup::Automator::ask( our $admin=IkiWiki::Setup::Automator::ask( gettext("Which user (wiki account 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( -- 2.32.0.93.g670b81a890