Skip to content

Commit 0068851

Browse files
shazronJesse MacFadyen
authored andcommitted
fix: ACNA-3934 - aio app pack throws getting api-mesh (#876)
1 parent 53b13ba commit 0068851

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/commands/app/pack.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ class Pack extends BaseCommand {
177177
this.spinner.succeed('Got api-mesh config')
178178
} catch (err) {
179179
// Ignore error if no mesh found, otherwise throw
180-
if (err?.message.includes('Error: Unable to get mesh config. No mesh found for Org')) {
180+
if (err?.message.includes('Error: Unable to get mesh config.')) {
181181
aioLogger.debug('No api-mesh config found')
182182
} else {
183183
console.error(err)

0 commit comments

Comments
 (0)