From 3f9c9a93c6564295245138b93bbb7c70aece768c Mon Sep 17 00:00:00 2001
From: Marco Del Tufo <marco.deltufo@exact-lab.it>
Date: Mon, 7 Aug 2023 08:36:36 +0000
Subject: [PATCH] Update data-upload.md

---
 docs/user-documentation/general-users/data-upload.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/user-documentation/general-users/data-upload.md b/docs/user-documentation/general-users/data-upload.md
index 523e66a7324..1741a7a9fe1 100644
--- a/docs/user-documentation/general-users/data-upload.md
+++ b/docs/user-documentation/general-users/data-upload.md
@@ -39,7 +39,7 @@ import** will be presented in the form.
 folders that become visible in openBIS upon unarchive. To avoid this
 there are two options:
 
-1.  Zip using  the following command on the command-line: *zip -r folder-name.zip folder-name/\*  -x “\*.DS\_Store”*
+1.  Zip using  the following command on the command-line: `zip -r folder-name.zip folder-name/\*  -x “\.DS\_Store”`
 2.  Use an external archiver (e.g. Stuffit Deluxe).
 
 Updated on March 23, 2023
-- 
GitLab