diff --git a/minio-credentials b/minio-credentials index 6dedaef..0152b97 100755 --- a/minio-credentials +++ b/minio-credentials @@ -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(); }