Skip to content

Commit dfb8f9f

Browse files
committed
Update message
1 parent 16b3723 commit dfb8f9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/helpers/atsHelper.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ exports.getTurboScaleGridDetails = async (bsConfig, args, rawArgs) => {
8282
}
8383
resolve(responseData);
8484
}).catch(error => {
85-
logger.warn(`Grid details not found for grid - ${gridName}`);
85+
logger.warn(`Grid with name - ${gridName} not found`);
8686
logger.warn(utils.formatRequest(error, null, null));
8787
utils.sendUsageReport(bsConfig, args, error, Constants.messageTypes.ERROR, 'get_ats_details_failed', null, rawArgs);
8888
resolve({});

0 commit comments

Comments
 (0)