diff --git a/docs/pages/developing-in-workspaces/credentials.mdx b/docs/pages/developing-in-workspaces/credentials.mdx index fe3c277a49..a66c3fe28a 100644 --- a/docs/pages/developing-in-workspaces/credentials.mdx +++ b/docs/pages/developing-in-workspaces/credentials.mdx @@ -29,7 +29,7 @@ devpod context set-options default -o SSH_INJECT_DOCKER_CREDENTIALS=false DevPod will make gpg keys available inside the dev container through an ssh tunnel. This allows you to sign commits from inside the workspace. -If you want DevPod to inject the gpg keys, you must that via the following command for all workspaces: +If you want DevPod to inject the gpg keys, you must enable that via the following command for all workspaces: ``` devpod context set-options default -o GPG_AGENT_FORWARDING=true ```