Skip to content

Commit 49a4bf8

Browse files
knownasilyadavewasmer
authored andcommitted
fix(commands): console environment typo (#437)
1 parent 3cd7be1 commit 49a4bf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/console.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export default class ConsoleCommand extends Command {
4242
printSlowTrees: argv.printSlowTrees
4343
});
4444
let application = await project.createApplication();
45-
if (application.config.get('eenvironment') === 'production') {
45+
if (application.config.get('environment') === 'production') {
4646
ui.warn(rewrap`WARNING: Your console is running in production environment, meaning your
4747
production configuration is being used. This means your app is likely connecting to live,
4848
production database. Use caution!`);

0 commit comments

Comments
 (0)