diff --git a/tag_publish/new.py b/tag_publish/new.py index f5b2f8a..f06077f 100644 --- a/tag_publish/new.py +++ b/tag_publish/new.py @@ -94,7 +94,7 @@ def main() -> None: subprocess.run(["git", "checkout", default_branch], check=True) # Pull it from origin - subprocess.run(["git", "pull", arguments, default_branch], check=True) + subprocess.run(["git", "pull", arguments.remote, default_branch], check=True) # Push it to a new stabilization branch if arguments.version: