We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d5ca7cb + 0b54321 commit 641ef0eCopy full SHA for 641ef0e
bin/lemonsync.js
@@ -473,7 +473,7 @@ function listFullFilePaths(dir, filelist) {
473
* Get s3 identity data from store API /identity/s3 endpoint
474
*/
475
function getIdentity(apiKey, cb) {
476
- console.log('🍋 Connecting to your store... 🍋\r\n');
+ console.log('🍋 Connecting to your store (' + storeName + ') ... 🍋\r\n');
477
var apiHost = storeName + '/api/v2/identity/s3';
478
479
var options = {
0 commit comments