diff --git a/ex01/main.cpp b/ex01/main.cpp index 1f5b4ef..83a1953 100644 --- a/ex01/main.cpp +++ b/ex01/main.cpp @@ -6,7 +6,7 @@ /* By: aortigos "; std::getline(std::cin, str); if (str == "ADD") ph.addContacts(); - else if (str == "SHOW") + else if (str == "SEARCH") ph.showContacts(); std::cout << std::endl; }