Skip to content
Snippets Groups Projects
Commit 6bdd1126 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Merge branch 'mlong/importcfgfix' into 'master'

fix typo

See merge request !104
parents a05440fb a53fa7db
No related branches found
No related tags found
2 merge requests!463MRC mods by Codefenix (2024-10-20),!104fix typo
......@@ -146,7 +146,7 @@ for(var i in list) {
if(options.debug)
writeln(JSON.stringify(cnf[cnf_obj], null, 4));
else {
writln("Saving changes to " + cnf_fname);
writeln("Saving changes to " + cnf_fname);
if(!cnflib.write(cnf_fname, undefined, cnf)) {
alert("Failed to write " + cnf_fname);
exit(-1);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment