Typo in herd

This commit is contained in:
COW_ILLUMINATI 2024-05-28 14:51:32 -04:00
parent 10e18050b0
commit 8892a40241

@ -98,10 +98,10 @@ int main(int argc, char* argv[]) {
} else if (firstArg == "herd") { } else if (firstArg == "herd") {
std::cout << "List of package scripts:" << std::endl << std::endl; std::cout << "List of package scripts:" << std::endl << std::endl;
system("ls /etc/cowtool/disabled/install_"); system("ls /etc/cowtool/disabled/install_*");
std::cout << std::endl << "List of package scripts marked as autoupdate:" << std::endl << std::endl; std::cout << std::endl << "List of package scripts marked as autoupdate:" << std::endl << std::endl;
system("ls /etc/cowtool/enabled/install_"); system("ls /etc/cowtool/enabled/install_*");
} else if (firstArg == "graze") { } else if (firstArg == "graze") {