From fdf24fd20a68951b284240ff1046f3593e153458 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Thu, 26 Nov 2015 16:57:57 +0100 Subject: [PATCH] nit --- build-scripts/test-auth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-scripts/test-auth b/build-scripts/test-auth index 8c1f0e826..f6af18b9b 100755 --- a/build-scripts/test-auth +++ b/build-scripts/test-auth @@ -28,7 +28,7 @@ export GEM_HOME=${PWD}/gems mkdir -p $GEM_HOME export PATH="${GEM_HOME}/bin:$PATH" -if [ -z "$context"]; then +if [ -z "$context" ]; then cd modules/remotebackend ruby -S bundle install cd ../../ -- 2.40.0