We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
$
1 parent 985b365 commit dd4e483Copy full SHA for dd4e483
scripts/ci.py
@@ -77,7 +77,7 @@ def update_repo(repo_dir, branch_name):
77
pout = shell(f"git switch {branch_name}", cwd=repo_dir)
78
vprint(pout.stdout.decode("utf-8"))
79
elif (base_branch != curr_branch) and has_remote_branch(repo_dir, base_branch):
80
- vprint(f"repo does not have target branch ${branch_name}, but has base branch {base_branch}...updating")
+ vprint(f"repo does not have target branch {branch_name}, but has base branch {base_branch}...updating")
81
pout = shell(f"git switch {base_branch}", cwd=repo_dir)
82
83
else:
0 commit comments