From c3069755c2e6fc2b3b6639822016c8986a313cd1 Mon Sep 17 00:00:00 2001 From: rnhmjoj Date: Mon, 27 Feb 2017 00:28:36 +0100 Subject: [PATCH] remove quotes --- bin/hubot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/hubot b/bin/hubot index 0de4001..457e46d 100755 --- a/bin/hubot +++ b/bin/hubot @@ -3,4 +3,4 @@ set -e export PATH="node_modules/.bin:node_modules/hubot/node_modules/.bin:$PATH" export DEBUG=nightmare -node_modules/.bin/hubot --name "asjon" --alias "assa" "$@" +node_modules/.bin/hubot --name asjon --alias assa "$@"