From 1deb847505f35f051186f5f6d1eedbfbc1443b26 Mon Sep 17 00:00:00 2001 From: Laurent Modolo <laurent.modolo@ens-lyon.fr> Date: Tue, 19 Jun 2018 16:51:40 +0200 Subject: [PATCH] CONTRIBUTING.md: fix typo --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1dfc8c5..cdbe14d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -11,7 +11,7 @@ git clone git@gitlab.biologie.ens-lyon.fr:<your_login>/modules.git ~/privatemodu module use ~/privatemodules_dev ``` -If you don't have a `.ssh/config` file and if you like typing your password you can instead use after defining your [Gitlab password](https://gitlab.biologie.ens-lyon.fr/profile/password/edit). +If you don’t have a `.ssh/config` file and if you like typing your password you can instead use after defining your [Gitlab password](https://gitlab.biologie.ens-lyon.fr/profile/password/edit). ```sh git clone -c http.sslVerify=false https://gitlab.biologie.ens-lyon.fr:<your_login>/modules.git ~/privatemodules_dev @@ -66,4 +66,4 @@ ml load Core/lmod tcl2lua.tcl data/common/modules/modulefiles/Bowtie2/2.3.2 ``` -This command will display the new module file for your module +This command will display the new module file for your module. -- GitLab