Skip to content

Commit

Permalink
Merge branch 'master' of github.com:lemonstand/lemonsync-js
Browse files Browse the repository at this point in the history
  • Loading branch information
robotpony committed Oct 5, 2017
2 parents d5ca7cb + 0b54321 commit 641ef0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/lemonsync.js
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ function listFullFilePaths(dir, filelist) {
* Get s3 identity data from store API /identity/s3 endpoint
*/
function getIdentity(apiKey, cb) {
console.log('🍋 Connecting to your store... 🍋\r\n');
console.log('🍋 Connecting to your store (' + storeName + ') ... 🍋\r\n');
var apiHost = storeName + '/api/v2/identity/s3';

var options = {
Expand Down

0 comments on commit 641ef0e

Please sign in to comment.