Skip to content

Commit 641ef0e

Browse files
committed
Merge branch 'master' of github.com:lemonstand/lemonsync-js
2 parents d5ca7cb + 0b54321 commit 641ef0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/lemonsync.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ function listFullFilePaths(dir, filelist) {
473473
* Get s3 identity data from store API /identity/s3 endpoint
474474
*/
475475
function getIdentity(apiKey, cb) {
476-
console.log('🍋 Connecting to your store... 🍋\r\n');
476+
console.log('🍋 Connecting to your store (' + storeName + ') ... 🍋\r\n');
477477
var apiHost = storeName + '/api/v2/identity/s3';
478478

479479
var options = {

0 commit comments

Comments
 (0)