Skip to content

Commit

Permalink
changed name of extension created in backend
Browse files Browse the repository at this point in the history
  • Loading branch information
ck-c8y committed Apr 4, 2024
1 parent 38b29e8 commit f48f5a6
Show file tree
Hide file tree
Showing 3 changed files with 412 additions and 277 deletions.
2 changes: 1 addition & 1 deletion analytics-service/c8y_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def upload_extension(self, extension_name, ext_file, request_headers):
b = Binary(
c8y=self.c8yapp.get_tenant_instance(headers=request_headers),
type="application/zip",
name=f"{extension_name}.zip",
name=f"{extension_name}",
file=ext_file,
pas_extension=extension_name,
).create()
Expand Down
Loading

0 comments on commit f48f5a6

Please sign in to comment.