Backup #16
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ class Backup(commands.Cog):
|
|||
continue
|
||||
|
||||
try:
|
||||
repository = await downloader._repo_manager.add_repo(name, url, branch) # pylint: disable=protected-access
|
||||
repository = await downloader._repo_manager.add_repo(url, name, branch) # pylint: disable=protected-access
|
||||
|
||||
except errors.ExistingGitRepo:
|
||||
repo_e.append(f"Repository {name} already exists.")
|
||||
|
|
Loading…
Reference in a new issue