Skip to content

Commit 9e74440

Browse files
committed
lint
1 parent b68e5f7 commit 9e74440

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/packit_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def do_refresh_git():
114114

115115
def run(self, packet_group, parameters):
116116
def do_run():
117-
branch = "main"
117+
branch = "main"
118118
commit = self.__get_latest_commit_for_branch(branch)
119119
data = {
120120
"name": packet_group,

0 commit comments

Comments
 (0)