formatting

This commit is contained in:
Girish Ramakrishnan 2020-01-16 16:01:44 -08:00
parent e8ee533d1f
commit b524016d72
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ if (process.argv[2] === 'get') {
secretKey.value = process.argv[4];
fs.writeFileSync(MINIO_CONFIG, JSON.stringify(config), 'utf8');
console.log('Credentials updated\n. Restart minio app for new credentials to take effect.\n');
console.log('Credentials updated. Restart minio app for new credentials to take effect.\n');
} else {
usage();
}