From 37f4b082e34ea168fa166ce8940184976b8443ce Mon Sep 17 00:00:00 2001
From: Jan David Mol <mol@astron.nl>
Date: Thu, 7 Oct 2021 23:42:04 +0200
Subject: [PATCH] L2SS-434: Fix erroneous escape

---
 docs/source/installation.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/source/installation.rst b/docs/source/installation.rst
index d0f4d3331..2cfb177a1 100644
--- a/docs/source/installation.rst
+++ b/docs/source/installation.rst
@@ -22,7 +22,7 @@ Next, we bootstrap the system. This will build our docker images, start key ones
 
 If you lack access to LOFAR station hardware, load additional configurations to use the simulators instead::
 
-  for sim in ../CDB/\*-sim-config.json; do
+  for sim in ../CDB/*-sim-config.json; do
     ../sbin/update_ConfigDb.sh ../CDB${sim}-config.json
   done
 
-- 
GitLab