Missing space

This commit is contained in:
COW_ILLUMINATI 2024-05-28 14:38:45 -04:00
parent 6a8ff481e8
commit 10e18050b0

@ -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") {