Skip to content

Commit

Permalink
Merge pull request #18429 from emberjs/rwjblue-patch-1
Browse files Browse the repository at this point in the history
[BUGFIX release] Fix incorrect error message for octane features.
  • Loading branch information
chancancode authored Sep 24, 2019
2 parents 202fb55 + 8c9a71b commit 34d1a8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ module.exports = {
!optionalFeatures.isFeatureEnabled('template-only-glimmer-components')
) {
message.push(
`* The template-only-glimmer-components optional feature should be enabled under Octane, run \`ember feature:enabled template-only-glimmer-components\` to enable it`
`* The template-only-glimmer-components optional feature should be enabled under Octane, run \`ember feature:enable template-only-glimmer-components\` to enable it`
);
}

Expand Down

0 comments on commit 34d1a8e

Please sign in to comment.