Skip to content

Commit

Permalink
Using yaml repo key as repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
marcleblanc2 committed Feb 19, 2024
1 parent f15f7eb commit ede0963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repo-converter/build/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ def clone_svn_repos():
password = repos_dict[repo_key].get('password','')
code_host_name = repos_dict[repo_key].get('code-host-name','')
git_org_name = repos_dict[repo_key].get('git-org-name','')
git_repo_name = repos_dict[repo_key].get('git-repo-name','')
git_repo_name = repo_key
git_default_branch = repos_dict[repo_key].get('git-default-branch','main')
authors_file_path = repos_dict[repo_key].get('authors-file-path','')
authors_prog_path = repos_dict[repo_key].get('authors-prog-path','')
Expand Down

0 comments on commit ede0963

Please sign in to comment.