Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dongwlin committed Nov 19, 2023
1 parent 7ca3a30 commit 485800e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions source/cli/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -443,8 +443,7 @@ std::string TaskStatus(MaaStatus status) {
task_status = "Failed";
break;
default:
task_status = "Unkown";
break;
task_status = "Unknown";
}
return task_status;
}
Expand Down

0 comments on commit 485800e

Please sign in to comment.