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