Skip to content
This repository was archived by the owner on Oct 10, 2022. It is now read-only.

Commit 4255ce7

Browse files
authored
fix deploy script (#78)
1 parent 2315060 commit 4255ce7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/release-travis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
pass
2525

2626

27-
def find_pr()
27+
def find_pr():
2828
all_pulls = [pr for pr in repo.get_pulls(state='closed', sort='updated')]
2929
all_pulls.reverse()
3030
for merged_pr in all_pulls:

0 commit comments

Comments
 (0)