From 2d34ba1bd70245d72f6babb67e387bbcc939a1fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Thu, 26 May 2022 19:11:19 +0200 Subject: [PATCH] Fix forge documentation --- docs/src/forge_integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/forge_integration.md b/docs/src/forge_integration.md index f9382a7..22b105b 100644 --- a/docs/src/forge_integration.md +++ b/docs/src/forge_integration.md @@ -10,7 +10,7 @@ Imagine you are just starting out with `grm` and want to clone all your reposito from GitHub. This is as simple as: ```bash -$ grm repos sync remote --provider github --owner --token-command "pass show github_grm_access_token --path ~/projects" +$ grm repos sync remote --provider github --owner --token-command "pass show github_grm_access_token" --path ~/projects ``` You will end up with your projects cloned into `~/projects/{your_github_username}/`