Skip to content

Commit

Permalink
run hello world containers
Browse files Browse the repository at this point in the history
  • Loading branch information
Deltachaos committed Sep 1, 2024
1 parent 7fd8c4c commit 26b29d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backup.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def get_cluster_storage(self):
return self.get_cluster_storage(name)

def target_resolver(self):
return TargetResolver(get_backup_config(), get_cluster_storage())
return TargetResolver(self.get_backup_config(), self.get_cluster_storage())


k = Kentledge()
Expand Down

0 comments on commit 26b29d6

Please sign in to comment.