diff options
| author | ruki <[email protected]> | 2022-04-30 13:57:43 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-04-30 13:57:43 +0800 |
| commit | e8d538d0c31becfe36c70dab13b696f49dea3235 (patch) | |
| tree | d858fdfd7823b9d08bceabb8104ffcbfd9333328 | |
| parent | 00044ee6802fbe3c6e1e5e91abca99936f034ee9 (diff) | |
improve tips
| -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 d926b9ccb..0da31c995 100644 --- a/xmake/modules/private/service/server.lua +++ b/xmake/modules/private/service/server.lua @@ -92,7 +92,7 @@ end -- verify user function server:verify_user(auth) if not auth then - return false, "client has no authorization, this remote server need user authorization!" + return false, "client has no authorization, we need add user name to `remote_build.client.connect`!" end -- check authorization |
