diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-10-21 13:55:44 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-10-21 13:55:44 -0400 |
commit | 037d5d5296ad0073a1acbb05c4cfd6461b49d1fd (patch) | |
tree | 5fa2f2ac05eb394232ba1bcb5bfd4e46326e6d1c /auto.setup | |
parent | ba682e0f9a55ffd74584aa3b8abb0087c7762317 (diff) | |
download | ikiwiki-037d5d5296ad0073a1acbb05c4cfd6461b49d1fd.tar ikiwiki-037d5d5296ad0073a1acbb05c4cfd6461b49d1fd.tar.gz |
fix case
Diffstat (limited to 'auto.setup')
-rw-r--r-- | auto.setup | 2 |
1 files changed, 1 insertions, 1 deletions
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( |