Typo in herd
This commit is contained in:
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") {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user