Skip to content

Commit

Permalink
Fix: progress -> error in list.c
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessandro-Salerno authored Nov 24, 2024
1 parent 8416e69 commit 66dd24c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/cli/directives/commands/list.c
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ int cli_cmd_list(cli_info_t info) {
(void)info;

if (!os_fs_tm_init()) {
cli_out_progress("Failed to inizialize host file system");
cli_out_error("Failed to inizialize host file system");
return EXIT_FAILURE;
}

Expand Down

0 comments on commit 66dd24c

Please sign in to comment.