From 10e18050b0d9ece9ba945024efdfcf22040fba63 Mon Sep 17 00:00:00 2001 From: COW_ILLUMINATI Date: Tue, 28 May 2024 14:38:45 -0400 Subject: [PATCH] Missing space --- src/cowtool.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cowtool.cpp b/src/cowtool.cpp index e87c18a..8de499b 100644 --- a/src/cowtool.cpp +++ b/src/cowtool.cpp @@ -76,8 +76,8 @@ int main(int argc, char* argv[]) { system(("echo #### ADD UNINSTALLATION #### >> /etc/cowtool/disabled/remove_"+name+".sh").c_str()); } - system((editor+"/etc/cowtool/disabled/install_"+name+".sh").c_str()); - system((editor+"/etc/cowtool/disabled/remove_"+name+".sh").c_str()); + system((editor+" /etc/cowtool/disabled/install_"+name+".sh").c_str()); + system((editor+" /etc/cowtool/disabled/remove_"+name+".sh").c_str()); std::cout << "Remember to `milk` to install/update `"+ name << "`!" << std::endl; } else if (firstArg == "milk") {