Skip to content

Commit

Permalink
fix typo (#2894)
Browse files Browse the repository at this point in the history
  • Loading branch information
CC11001100 authored Sep 9, 2024
1 parent 9b5b22c commit 9079a0c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public void process(CommandProcess process) {
message = "username can not be empty!";
return;
}
if (password == null) { // 没有传入passowrd参数时,打印当前结果
if (password == null) { // 没有传入password参数时,打印当前结果
boolean authenticated = session.get(ArthasConstants.SUBJECT_KEY) != null;
boolean needLogin = this.authenticator.needLogin();

Expand Down

0 comments on commit 9079a0c

Please sign in to comment.