From f529c6432147e5480c176ba0d4fce03d6612a142 Mon Sep 17 00:00:00 2001
From: Francesco Sabatini <francesco.sabatini@idiv.de>
Date: Thu, 29 Oct 2020 12:20:34 +0100
Subject: [PATCH] replaced quotation mark

---
 rstudio1.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rstudio1.md b/rstudio1.md
index 93e8d8a..0c9a835 100644
--- a/rstudio1.md
+++ b/rstudio1.md
@@ -132,7 +132,7 @@ your session. Do not forget to include your username.
 If you have problems to resume a old session and get the message `Error occurred during transmission` you might need to remove the old session data, which is located in the `~/.rstudio` folder. Usually it is sufficient to remove the sessions folder. The command via `ssh`:
 
 ```bash
-ssh ab12cdef@rstudio1.idiv.de 'rm -r ~/.rstudio/sessions/`
+ssh ab12cdef@rstudio1.idiv.de 'rm -r ~/.rstudio/sessions/'
 ```
 
 If you can not access the machine via ssh please [ask the
-- 
GitLab