diff --git a/src/stack_pr/cli.py b/src/stack_pr/cli.py index 8b3ec98..2c420b4 100755 --- a/src/stack_pr/cli.py +++ b/src/stack_pr/cli.py @@ -967,7 +967,7 @@ def delete_remote_branches(st: List[StackEntry], remote: str): "git", "for-each-ref", f"refs/remotes/{remote}/{username}/stack", - "--format='%(refname)'", + "--format=%(refname)", ] ).split() refs = [x.replace(f"refs/remotes/{remote}/", "") for x in refs]