Be a bit more generic on repo namespace

Signed-off-by: baalajimaestro <me@baalajimaestro.me>
This commit is contained in:
baalajimaestro 2022-10-25 21:01:05 +05:30
parent 9ff2a76479
commit 5ff34f764f
Signed by: baalajimaestro
GPG key ID: F93C394FE9BBAFD5
2 changed files with 2 additions and 2 deletions

View file

@ -42,7 +42,7 @@ os.chdir(enc_path)
repo = Repo.init(enc_path)
repo.create_remote(
"origin",
f"https://{enc_repo_user}:{enc_repo_pass}@github.com/baalajimaestro/{enc_repo}.git",
f"https://{enc_repo_user}:{enc_repo_pass}@github.com/{enc_repo}.git",
)
# Glob the file list of "." starting files and non "." starting files

View file

@ -35,7 +35,7 @@ except ValueError:
pass
repo.create_remote(
"pushback",
f"https://{base_repo_user}:{base_repo_pass}@git.baalajimaestro.me/baalajimaestro/{content_repo_git}.git",
f"https://{base_repo_user}:{base_repo_pass}@git.baalajimaestro.me/{content_repo_git}.git",
)
# Push the newly created tag