Skip to content

Commit

Permalink
Update initializer.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Tahler committed Nov 1, 2018
1 parent cc41a64 commit 80cdfe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/initializer.js
Expand Up @@ -13,7 +13,7 @@ module.exports = class Initializer {
* @example
const {Initializer, api} = require('actionhero')
module.exports = class MyCLICommand extends Initializer {
module.exports = class ConnectToDatabase extends Initializer {
constructor () {
super()
this.name = 'connectToDatabase'
Expand Down

0 comments on commit 80cdfe6

Please sign in to comment.