Skip to content

Commit 5da0250

Browse files
committed
Update
[ghstack-poisoned]
1 parent e9f3e71 commit 5da0250

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/ghstack/land.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,9 @@ def main(
168168
# TODO: regex here so janky
169169
base_ref = re.sub(r"/orig$", "/base", orig_ref)
170170
head_ref = re.sub(r"/orig$", "/head", orig_ref)
171-
sh.git("push", remote_name, f"{remote_name}/{head_ref}:refs/heads/{base_ref}")
171+
sh.git(
172+
"push", remote_name, f"{remote_name}/{head_ref}:refs/heads/{base_ref}"
173+
)
172174
github.notify_merged(pr_resolved)
173175

174176
# All good! Push!

0 commit comments

Comments
 (0)