From bdae3df07ec60f9be68c0433b4b9c450f8a6d2ae Mon Sep 17 00:00:00 2001
From: Jonas <jonas@holm.tech>
Date: Wed, 17 Apr 2019 10:56:57 +0200
Subject: [PATCH] docker comment fix

---
 run_docker_container.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/run_docker_container.sh b/run_docker_container.sh
index e1a8cdc..570586e 100755
--- a/run_docker_container.sh
+++ b/run_docker_container.sh
@@ -14,7 +14,7 @@
 # 6 remove the container after shutdown, 
 # 7 and run the centos7 image, 
 # 8 when started, run the run_unit_tests script in bash
-# 1          2   3            4                       5                                          6         7                                                           8
+# 1      2   3                4                       5                                          6         7                                                           8
 # docker run -it --privileged -v `pwd`:`pwd` -w `pwd` -v /cvmfs:/cvmfs:shared,ro -v /afs:/afs:ro --rm=true gitlab-registry.cern.ch/atlas-tdaq-software/tdaq_ci:centos7 bash ./run_unit_tests.sh
 # or without running the script:
-docker run -it --privileged -v `pwd`:`pwd` -w `pwd` -v /cvmfs:/cvmfs:shared,ro -v /afs:/afs:ro --rm=true gitlab-registry.cern.ch/atlas-tdaq-software/tdaq_ci:centos7 bash
\ No newline at end of file
+docker run -it --privileged -v `pwd`:`pwd` -w `pwd` -v /cvmfs:/cvmfs:shared,ro -v /afs:/afs:ro --rm=true gitlab-registry.cern.ch/atlas-tdaq-software/tdaq_ci:centos7 bash
-- 
GitLab