diff options
Diffstat (limited to 'xmake/modules/private/service/server.lua')
| -rw-r--r-- | xmake/modules/private/service/server.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/private/service/server.lua b/xmake/modules/private/service/server.lua index a3971899a..204d6e70e 100644 --- a/xmake/modules/private/service/server.lua +++ b/xmake/modules/private/service/server.lua @@ -106,7 +106,7 @@ end -- verify user function server:verify_user(token, peeraddr) if not token then - return false, "client has no authorization, we need add username to connect address or token to `remote_build.token`!" + return false, "client has no authorization, we need add username to connect address or token!" end -- check authorization |
