diff --git a/scripts/add-supporter.plx b/scripts/add-supporter.plx index fdb5e83..63d65ed 100755 --- a/scripts/add-supporter.plx +++ b/scripts/add-supporter.plx @@ -74,7 +74,7 @@ my $args = {}; $args->{ledger_entity_id} = $entityId; $args->{display_name} = $displayName; $args->{public_ack} = $publicAck; -if (defined $email and email !~ /^\s*$/) { +if (defined $email and $email !~ /^\s*$/) { $args->{email_address} = $email; $args->{email_address_type} = $emailType; }