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"