Skip to content

Commit 8f2bbc2

Browse files
stackit-pipelineFyusel
authored andcommitted
Generate git
1 parent 68db6d0 commit 8f2bbc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/git/src/stackit/git/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def __init__(self, configuration, header_name=None, header_value=None, cookie=No
8282
self.default_headers[header_name] = header_value
8383
self.cookie = cookie
8484
# Set default User-Agent.
85-
self.user_agent = "OpenAPI-Generator/1.0.0/python"
85+
self.user_agent = "stackit-sdk-python/git"
8686

8787
def __enter__(self):
8888
return self

0 commit comments

Comments
 (0)