Skip to content

Commit

Permalink
fix: add default_deployment_repo_name to constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
qo44nemu authored and allburov committed Dec 20, 2024
1 parent 3c21d18 commit 9f9e0db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dohq_artifactory/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -865,6 +865,7 @@ def __init__(
package_type=Repository.GENERIC,
*,
packageType=None,
default_deployment_repo_name=None
):
super(RepositoryVirtual, self).__init__(artifactory)
self.name = name
Expand Down

0 comments on commit 9f9e0db

Please sign in to comment.