From d19b22a7bd98eacb9506f9eb9c9dc748a8fe94d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ana=20Mar=C3=ADa=20Mart=C3=ADnez=20G=C3=B3mez?= Date: Fri, 8 Mar 2019 15:24:46 +0100 Subject: [PATCH] Update typo in contribution guide Typo in a docker command --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c846a8da..6478ed4a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -63,7 +63,7 @@ sed "s/13042/`id -u`/" docker-compose.override.yml.example > docker-compose.over 1. Or explore the development environment: ```bash - docker-compose exec osem_1 /bin/bash -l + docker-compose exec osem /bin/bash -l ``` ## How to contribute translations