Skip to content
This repository has been archived by the owner on Jun 8, 2021. It is now read-only.

Commit

Permalink
Merge branch 'release-3.0.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Aug 2, 2017
2 parents 21e44ba + db256ce commit e2ed276
Show file tree
Hide file tree
Showing 10 changed files with 141 additions and 103 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,8 @@
<a name="3.0.6"></a>
## [3.0.6](https://github.com/adonisjs/adonis-cli/compare/v3.0.5...v3.0.6) (2017-08-02)



<a name="3.0.5"></a>
## [3.0.5](https://github.com/adonisjs/adonis-cli/compare/v3.0.4...v3.0.5) (2017-08-01)

Expand Down
4 changes: 2 additions & 2 deletions index.js
Expand Up @@ -28,7 +28,7 @@ try {
const command = process.argv[2]
if (commandNames.indexOf(command) > -1 && needProviders.indexOf(command) <= -1) {
ace.wireUpWithCommander()
ace.invoke()
ace.invoke(require('./package'))
} else {
require(path.join(process.cwd(), 'ace'))
}
Expand All @@ -37,5 +37,5 @@ try {
throw error
}
ace.wireUpWithCommander()
ace.invoke()
ace.invoke(require('./package'))
}

0 comments on commit e2ed276

Please sign in to comment.