From b75f91e0c4b4d5c983e4dd0bc78a85cc340124bb Mon Sep 17 00:00:00 2001 From: Djordje Lukic Date: Thu, 8 Jul 2021 10:44:49 +0200 Subject: [PATCH] Fix the ssh-add explanation Signed-off-by: Djordje Lukic --- desktop/dev-environments.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/dev-environments.md b/desktop/dev-environments.md index f96e093a5c..8745065b61 100644 --- a/desktop/dev-environments.md +++ b/desktop/dev-environments.md @@ -84,7 +84,7 @@ You can also use Dev Environments to collaborate on any Docker Compose-based pro > **Note** > - > When cloning a Git repository using SSH, ensure you've added your SSH key to the ssh-agent. To do this, open a terminal and run `ssh-add `. + > When cloning a Git repository using SSH, ensure you've added your SSH key to the ssh-agent. To do this, open a terminal and run `ssh-add `. 1. Copy `git@github.com:dockersamples/compose-dev-env.git` and add it to the **Create** field on the **Create a Development Environment** page. 2. Click **Create**. This initializes the project and clones the Git code and builds the Compose application. This: