diff options
-rwxr-xr-x | authtoken.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/authtoken.json b/authtoken.json index 2b27575..6d55799 100755 --- a/authtoken.json +++ b/authtoken.json @@ -30,7 +30,7 @@ sub get_token my ($token) = $sth->fetchrow_array; return ('OK', 'success', $token) if(defined $token); - return ('ERROR', "user '" . $username . "' not known", '') + return ('ERROR', 'user "' . $username . '" not known', '') } my $status = 'ERROR'; |