Skip to content

Commit

Permalink
chore(core): fix wording
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenPandaz authored Feb 2, 2024
1 parent b17f0a7 commit 974f8d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default function migrate(tree: Tree) {
ig.add(tree.read('.gitignore', 'utf-8'));
if (ig.ignores('.env')) {
logger.warn(
'NX The NX_ADD_PLUGINS=false environment variable was added to your .env file for backwards compatibility. However, your .env is ignored by git. Other contributors should add this key to their .env file or ensure that the environment variable is true when generating code with Nx.'
'NX The NX_ADD_PLUGINS=false environment variable was added to your .env file for backwards compatibility. However, your .env is ignored by git. Other contributors should add this key to their .env file or ensure that the environment variable is set to false when generating code with Nx.'
);
}
} catch {}
Expand Down

0 comments on commit 974f8d7

Please sign in to comment.