Skip to content

Commit

Permalink
[BUGFIX release] Fix incorrect error message for octane features.
Browse files Browse the repository at this point in the history
The correct command is `ember feature:enable` 😭 😩
  • Loading branch information
rwjblue authored Sep 24, 2019
1 parent 202fb55 commit 8c9a71b
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 8c9a71b

Please sign in to comment.