Skip to content

Commit f0c4910

Browse files
committed
Fix class name
1 parent d141699 commit f0c4910

File tree

1 file changed

+1
-1
lines changed
  • dbaas/drivers/replication_topologies

1 file changed

+1
-1
lines changed

dbaas/drivers/replication_topologies/mysql.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ def get_restore_snapshot_steps(self):
176176
'workflow.steps.util.metric_collector.ConfigureTelegraf',
177177
)}, {
178178
'Configure SSL': (
179-
'workflow.steps.util.disk.CleanSSLDirIfConfigured',
179+
'workflow.steps.util.disk.CleanSSLDir',
180180
'workflow.steps.util.ssl.RequestSSLForInfraIfConfigured',
181181
('workflow.steps.util.ssl'
182182
'.CreateSSLConfForInfraEndPointIfConfigured'),

0 commit comments

Comments
 (0)