From 0bbe7a76fbed164ecc1437396ee3d7eb63fe8215 Mon Sep 17 00:00:00 2001 From: rnhmjoj Date: Wed, 22 Feb 2017 22:26:39 +0100 Subject: [PATCH] python2 is not needed anymore --- bin/hubot | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/hubot b/bin/hubot index e48be9b..0de4001 100755 --- a/bin/hubot +++ b/bin/hubot @@ -2,6 +2,5 @@ set -e export PATH="node_modules/.bin:node_modules/hubot/node_modules/.bin:$PATH" export DEBUG=nightmare -export PYTHON=python2 node_modules/.bin/hubot --name "asjon" --alias "assa" "$@"