From b72e7f5c2ff4fbe43efd043c9368bb16e776d441 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?David=20Hrb=C3=A1=C4=8D?= <david@hrbac.cz>
Date: Wed, 15 Feb 2017 16:19:21 +0100
Subject: [PATCH] Better acronym hint

---
 scripts/modules-matrix.py | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/scripts/modules-matrix.py b/scripts/modules-matrix.py
index c9398977c..9ec07dbeb 100755
--- a/scripts/modules-matrix.py
+++ b/scripts/modules-matrix.py
@@ -38,9 +38,7 @@ c=[
 ]
 
 print '!!! Hint "Cluster Acronyms"'
-print '    \* A - Anselm'
-print '    \* S - Salomon'
-print '    \* U - uv1 at Salomon'
+print '    A - Anselm • S - Salomon • U - uv1 at Salomon'
 
 print '| Module </br><input id="searchInput" placeholder="🔍 Filter" style="width: 8rem; border-radius: 0.2rem; color: black; padding-left: .2rem;"> | Versions | Clusters |'
 print "| ------ | -------- | -------- |"
-- 
GitLab