Skip to content

Commit

Permalink
Fix call script from index.coffee
Browse files Browse the repository at this point in the history
  • Loading branch information
lgaticaq committed Feb 22, 2016
1 parent b6c8047 commit 1b082f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.coffee
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
module.exports = (robot) ->
robot.loadFile __dirname, "script.js"
robot.loadFile __dirname, "script.coffee"

0 comments on commit 1b082f6

Please sign in to comment.