Skip to content

Commit

Permalink
update src
Browse files Browse the repository at this point in the history
  • Loading branch information
MiaAltieri committed Oct 21, 2024
1 parent 961acb7 commit 481a2a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/charm.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ def __init__(self, *args):

self.shard = ConfigServerRequirer(self)
self.config_server = ShardingProvider(self)
self.cluster = ClusterProvider(self)
self.cluster = ClusterProvider(self, substrate=Config.SUBSTRATE)

self.upgrade = MongoDBUpgrade(self)

Expand Down

0 comments on commit 481a2a6

Please sign in to comment.