From ba7d5c91a72643b87413d46d6ca02fc8a51d8d03 Mon Sep 17 00:00:00 2001
From: Martin Schroschk <martin.schroschk@tu-dresden.de>
Date: Mon, 27 Sep 2021 13:36:04 +0200
Subject: [PATCH] Fix line length

---
 .../docs/software/virtual_machines.md                  | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/doc.zih.tu-dresden.de/docs/software/virtual_machines.md b/doc.zih.tu-dresden.de/docs/software/virtual_machines.md
index ad2ba3984..9fd64d01d 100644
--- a/doc.zih.tu-dresden.de/docs/software/virtual_machines.md
+++ b/doc.zih.tu-dresden.de/docs/software/virtual_machines.md
@@ -35,11 +35,11 @@ bash-4.2$
 
 ## Access a Virtual Machine
 
-Since the a security issue on ZIH systems, we restricted the filesystem permissions. Now you have to wait
-until the file `/tmp/${SLURM_JOB_USER}\_${SLURM_JOB_ID}/activate` is created, then you can try to
-connect via `ssh` into the virtual machine, but it could be that the virtual machine needs some more
-seconds to boot and start the SSH daemon. So you may need to try the `ssh` command multiple times
-till it succeeds.
+Since the a security issue on ZIH systems, we restricted the filesystem permissions. Now you have to
+wait until the file `/tmp/${SLURM_JOB_USER}\_${SLURM_JOB_ID}/activate` is created, then you can try
+to connect via `ssh` into the virtual machine, but it could be that the virtual machine needs some
+more seconds to boot and start the SSH daemon. So you may need to try the `ssh` command multiple
+times till it succeeds.
 
 ```console
 bash-4.2$ cat /tmp/marie_2759627/activate
-- 
GitLab