Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: prsurve <[email protected]>
  • Loading branch information
prsurve committed Oct 4, 2024
1 parent 2429bdf commit e6c5435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocs_ci/ocs/dr/dr_workload.py
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,7 @@ def deploy_workload(self):
Deployment specific to cnv workloads
"""
self._deploy_prexreqs()
self._deploy_prereqs()
self.vm_obj = VirtualMachine(
vm_name=self.vm_name, namespace=self.workload_namespace
)
Expand Down

0 comments on commit e6c5435

Please sign in to comment.