From 8892a4024171077a67797967c1313aba33fd3c38 Mon Sep 17 00:00:00 2001 From: COW_ILLUMINATI Date: Tue, 28 May 2024 14:51:32 -0400 Subject: [PATCH] Typo in herd --- src/cowtool.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cowtool.cpp b/src/cowtool.cpp index 8de499b..db3e1de 100644 --- a/src/cowtool.cpp +++ b/src/cowtool.cpp @@ -98,10 +98,10 @@ int main(int argc, char* argv[]) { } else if (firstArg == "herd") { 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; - system("ls /etc/cowtool/enabled/install_"); + system("ls /etc/cowtool/enabled/install_*"); } else if (firstArg == "graze") {