1
0
Fork 0

added missing newline

This commit is contained in:
Jan Steemann 2014-09-09 22:40:13 +02:00
parent 4522299ce8
commit c89a3223f6
1 changed files with 1 additions and 1 deletions

View File

@ -556,7 +556,7 @@ exports.run = function (args) {
printf("Application %s installed successfully at mount point %s\n",
res.appId,
res.mount);
printf("options used: %s", JSON.stringify(options));
printf("options used: %s\n", JSON.stringify(options));
}
else if (type === 'replace') {
if (3 < args.length) {