Skip to content

Commit 4f1b952

Browse files
author
Gauvain Pocentek
committed
[v4] Fix the jobs manager attribute in Project
1 parent cd9194b commit 4f1b952

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitlab/v4/objects.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1790,7 +1790,7 @@ class Project(GitlabObject):
17901790
('boards', 'ProjectBoardManager', [('project_id', 'id')]),
17911791
('board_lists', 'ProjectBoardListManager', [('project_id', 'id')]),
17921792
('branches', 'ProjectBranchManager', [('project_id', 'id')]),
1793-
('builds', 'ProjectJobManager', [('project_id', 'id')]),
1793+
('jobs', 'ProjectJobManager', [('project_id', 'id')]),
17941794
('commits', 'ProjectCommitManager', [('project_id', 'id')]),
17951795
('deployments', 'ProjectDeploymentManager', [('project_id', 'id')]),
17961796
('environments', 'ProjectEnvironmentManager', [('project_id', 'id')]),

0 commit comments

Comments
 (0)