From 99cc15534330bc1e8298414509dd230d90a4cc1c Mon Sep 17 00:00:00 2001 From: Priit Tamboom Date: Mon, 6 Oct 2014 14:54:52 +0300 Subject: [PATCH] Removed unneeded home from robot --- bin/robot | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/robot b/bin/robot index 7919d97fa..9232e247f 100755 --- a/bin/robot +++ b/bin/robot @@ -3,7 +3,6 @@ # Build and run everything for automatic tests # set -o pipefail -HOME=/home/app # cd to Rails root directory cd "$(dirname "$0")"; cd ..