summaryrefslogtreecommitdiff
path: root/authtoken.json
diff options
context:
space:
mode:
Diffstat (limited to 'authtoken.json')
-rwxr-xr-xauthtoken.json2
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';