From 8a4e3a452e83891633bf4cc22d269f99a86c7004 Mon Sep 17 00:00:00 2001 From: Brian Zalewski <59970525+ProfessorManhattan@users.noreply.github.com> Date: Mon, 1 Apr 2024 09:22:25 +0000 Subject: [PATCH] Latest --- home/dot_config/ghorg/reclone.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/dot_config/ghorg/reclone.yaml b/home/dot_config/ghorg/reclone.yaml index 82bcbe8e..85119462 100644 --- a/home/dot_config/ghorg/reclone.yaml +++ b/home/dot_config/ghorg/reclone.yaml @@ -3,7 +3,7 @@ # # Clones organization "megabyte-labs" on GitHub into ~/Projects/Megabyte-Labs github: - cmd: "ghorg clone megabyte-labs -s github --output-dir Megabyte-Labs" + cmd: ghorg clone megabyte-labs -s github --output-dir "Megabyte Labs" description: "Clones the GitHub megabyte-labs organization repositories" # Clones user "ProfessorManhattan" on GitHub into ~/Projects/ProfessorManhattan github-user: @@ -11,5 +11,5 @@ github-user: description: "Clones the GitHub user repositories" # Clones organization "megabyte-labs" on GitLab into ~/Projects/GitLab gitlab: - cmd: "ghorg clone megabyte-labs -s gitlab --output-dir GitLab" + cmd: ghorg clone megabyte-labs -s gitlab --output-dir GitLab description: "Clones the GitLab megabyte-labs organization repositories"