Remove misplaced $ symbol

Signed-off-by: baalajimaestro <me@baalajimaestro.me>
This commit is contained in:
baalajimaestro 2022-11-15 20:02:14 +05:30
parent 457a777245
commit 9bda6d6f43
Signed by: baalajimaestro
GPG key ID: F93C394FE9BBAFD5

View file

@ -21,7 +21,7 @@ current_time = str(int(time()))
# Clone our content
content_repo = Repo.clone_from(
f"https://${content_repo_username}:${content_repo_token}@git.baalajimaestro.me/baalajimaestro/${content_repo_git}.git",
f"https://{content_repo_username}:{content_repo_token}@git.baalajimaestro.me/baalajimaestro/{content_repo_git}.git",
f"{base_dir}/content",
)
@ -32,7 +32,7 @@ os.chdir(out_dir)
repo = Repo.init(out_dir)
repo.create_remote(
"origin",
f"https://${base_repo_user}:${base_repo_token}@git.baalajimaestro.me/baalajimaestro/personal-website.git",
f"https://{base_repo_user}:{base_repo_token}@git.baalajimaestro.me/baalajimaestro/personal-website.git",
)
# Build the binaries