diff options
author | Stefan Kangas <skangas@skangas.se> | 2011-04-05 21:44:03 +0200 |
---|---|---|
committer | Stefan Kangas <skangas@skangas.se> | 2011-04-05 21:44:03 +0200 |
commit | 5b378efb833e05912c94116fb18e2613755fde5c (patch) | |
tree | ed8f8e8096b0b872f5f14a8ceaf9fae0956f5045 | |
parent | c7701570975feab6dd268802c6f552381d691529 (diff) |
Fix typo
-rwxr-xr-x | lib/Fripost/Prompt.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Fripost/Prompt.pm b/lib/Fripost/Prompt.pm index bbc554d..0a9d5c6 100755 --- a/lib/Fripost/Prompt.pm +++ b/lib/Fripost/Prompt.pm @@ -47,7 +47,7 @@ sub prompt_email { $email = prompt $msg; if ($is_username) { - $email = fix_username($email) + $email = fix_username($email); } if (!Email::Valid->address($email)) { |