]> sipb.mit.edu Git - ikiwiki.git/commitdiff
fix case
authorJoey Hess <joey@gnu.kitenet.net>
Wed, 21 Oct 2009 17:55:44 +0000 (13:55 -0400)
committerJoey Hess <joey@gnu.kitenet.net>
Wed, 21 Oct 2009 17:55:44 +0000 (13:55 -0400)
auto-blog.setup
auto.setup

index cf77b3bf72c22bdcf5cc8375d25aebce77781a23..82aa8d4155fa54b7e180f7629fbe807097992096 100644 (file)
@@ -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 $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(
        gettext("What is the domain name of the web server?"), "");
 
 IkiWiki::Setup::Automator->import(
index dc2b19992ba8af2cbc232b997f0570c29d8a97a3..afb54b3241895db1315da23567ad242096ac85ea 100644 (file)
@@ -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 $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(
        gettext("What is the domain name of the web server?"), "");
 
 IkiWiki::Setup::Automator->import(