Skip to content

Commit

Permalink
Minor fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenrong-wang committed Dec 25, 2023
1 parent 1a91a87 commit 379a251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hpcopr/prereq_check.c
Original file line number Diff line number Diff line change
Expand Up @@ -1316,7 +1316,7 @@ int command_parser(int argc, char** argv, char* command_name_prompt, char* workd
else{
printf(FATAL_RED_BOLD "[ FATAL: ] No cluster specified or switched. Use " WARN_YELLO_BOLD "-c" FATAL_RED_BOLD " or " WARN_YELLO_BOLD "switch" FATAL_RED_BOLD " to one." RESET_DISPLAY "\n");
}
list_all_cluster_names(1);
list_all_cluster_names(2);
return -3;
}
}
Expand Down

0 comments on commit 379a251

Please sign in to comment.