1
0
mirror of https://git.cloudron.io/cloudron/minio-app synced 2025-04-23 21:01:48 +00:00

formatting

This commit is contained in:
Girish Ramakrishnan 2020-01-16 16:01:44 -08:00
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();
}