Skip to content

Commit b75f91e

Browse files
committed
Fix the ssh-add explanation
Signed-off-by: Djordje Lukic <[email protected]>
1 parent 6b6bc20 commit b75f91e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

desktop/dev-environments.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ You can also use Dev Environments to collaborate on any Docker Compose-based pro
8484

8585
> **Note**
8686
>
87-
> 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 <path to your public ssh key>`.
87+
> 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 <path to your private ssh key>`.
8888
8989
1. Copy `[email protected]:dockersamples/compose-dev-env.git` and add it to the **Create** field on the **Create a Development Environment** page.
9090
2. Click **Create**. This initializes the project and clones the Git code and builds the Compose application. This:

0 commit comments

Comments
 (0)