formatting
This commit is contained in:
parent
e8ee533d1f
commit
b524016d72
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue