mirror of
https://github.com/hexastack/hexabot
synced 2025-02-21 11:57:34 +00:00
fix: cli typo fix
This commit is contained in:
parent
58158e8f9e
commit
395d16021a
@ -102,7 +102,7 @@ const dockerExec = (
|
|||||||
stdio: 'inherit',
|
stdio: 'inherit',
|
||||||
});
|
});
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.error(chalk.red('Error executing Docker Compose command.'));
|
console.error(chalk.red('Error executing Docker Exec command.'));
|
||||||
process.exit(1);
|
process.exit(1);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user