diff --git a/get_modules.sh b/get_modules.sh
index 1153ac4226c6797aacf04c50a532f51c2529b098..d9530a9c4105a5988e74584c0facfcc55d5556ab 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