aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xfripost-adduser2
1 files changed, 1 insertions, 1 deletions
diff --git a/fripost-adduser b/fripost-adduser
index 0d65cf3..50ac9e6 100755
--- a/fripost-adduser
+++ b/fripost-adduser
@@ -104,7 +104,7 @@ my $msg = MIME::Lite->new(
$msg->send();
say "Sent welcome message: ";
-say $message->as_text;
+say $msg->as_text;
=head1 AUTHOR