From 8d8ff7dc2be681facf8d47faee25aa98ace75761 Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.anjos@idiap.ch>
Date: Tue, 24 Jan 2017 12:41:33 +0100
Subject: [PATCH] Relax option checker

---
 gitlab/install.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gitlab/install.sh b/gitlab/install.sh
index 09cf8e6..6b5e27c 100755
--- a/gitlab/install.sh
+++ b/gitlab/install.sh
@@ -3,7 +3,7 @@
 
 # Installation script for our build tools
 
-if [ "${#}" -ne 1 ]; then
+if [ "${#}" -eq 0 ]; then
   echo "usage: ${0} <ci-support-directory> [<branch>]"
   echo "example: ${0} _ci"
   echo "example: ${0} _ci staging"
-- 
GitLab