From 2c0fbbbfe35ee2761207c513789f2121550e1b04 Mon Sep 17 00:00:00 2001
From: Easy Build <easybuild@login4.head.smc.salomon.it4i.cz>
Date: Mon, 11 Feb 2019 10:03:56 +0100
Subject: [PATCH] Mon, 11 Feb 2019 10:03:56 +0100

---
 get_modules.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/get_modules.sh b/get_modules.sh
index 1153ac42..d9530a9c 100755
--- a/get_modules.sh
+++ b/get_modules.sh
@@ -17,7 +17,7 @@ if [ -z "$CLUSTER" ]; then
    exit 1
 fi
 
-if [ "$CLUSTER" == "ANSELM"] ; then
+if [ "$CLUSTER" == "ANSELM" ]; then
   ml --show-hidden -t av 2>&1 | awk '{print $1 ",1"}' | grep -v -e '/,\|:' | sort -u > anselm.csv
   ./modules.py > anselm.md
 elif [ "$CLUSTER" == "SALOMON" ]; then
-- 
GitLab