diff --git a/bin/hubot b/bin/hubot index 8363ed1..e48be9b 100755 --- a/bin/hubot +++ b/bin/hubot @@ -1,7 +1,7 @@ #!/bin/sh - set -e - export PATH="node_modules/.bin:node_modules/hubot/node_modules/.bin:$PATH" +export DEBUG=nightmare +export PYTHON=python2 -DEBUG=nightmare PYTHON=python2 node_modules/.bin/hubot --name "asjon" --alias "assa" "$@" +node_modules/.bin/hubot --name "asjon" --alias "assa" "$@"