Skip to content

Commit 4daf71f

Browse files
committed
Fixup the provider id
Signed-off-by: Chuck Ha <[email protected]>
1 parent b433f80 commit 4daf71f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actuators/machine.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ func (m *Machine) save(old, new *clusterv1.Machine, noderef *apicorev1.ObjectRef
238238
}
239239

240240
func providerID(name string) string {
241-
return fmt.Sprintf("docker://%s", name)
241+
return fmt.Sprintf("docker:////%s", name)
242242
}
243243

244244
// CAPIroleToKindRole converts a CAPI role to kind role

0 commit comments

Comments
 (0)