fix: replace non-existing print_unkown_cmd function

Signed-off-by: Dominik Willner th33xitus@gmail.com
This commit is contained in:
th33xitus
2022-06-30 11:05:11 +02:00
parent d373f665ee
commit 9e9bce76c0
2 changed files with 2 additions and 4 deletions

View File

@@ -260,8 +260,7 @@ function detect_conflicting_packages() {
echo -e "###### > Skip"
break;;
*)
print_unkown_cmd
print_msg && clear_msg;;
error_msg "Invalid command!";;
esac
done
fi