Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gitlab/v4/objects/repositories.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ def repository_archive(
GitlabListError: If the server failed to perform the request

Returns:
str: The binary data of the archive
bytes: The binary data of the archive
"""
path = "/projects/%s/repository/archive" % self.get_id()
query_data = {}
Expand Down