Skip to content

Commit

Permalink
peloy in #slash found this think-o error... make the default email
Browse files Browse the repository at this point in the history
address match what is printed
  • Loading branch information
jamiemccarthy committed Oct 31, 2001
1 parent 93323d7 commit db7e7a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/install-slashsite
Expand Up @@ -261,7 +261,7 @@ die "You need to give us a password.\n" unless $password;
unless ($opts{'e'}) {
print "\nWhat is the email address of the account? [$username\@$host_noport] ";
chomp($email = <STDIN>);
$email ||= "$owner\@$host_noport";
$email ||= "$username\@$host_noport";
} else {
$email = $opts{'e'};
}
Expand Down

0 comments on commit db7e7a0

Please sign in to comment.