Skip to content

Commit 5a4e19c

Browse files
committed
(maint) Fix pdk lint error
1 parent 18a831b commit 5a4e19c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/convertsteps.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#
22
# @summary type for the different steps where the peadm::convert plan can be started
33
#
4-
type Peadm::ConvertSteps = Enum[ 'modify-primary-certs', 'modify-infra-certs', 'convert-node-groups', 'finalize']
4+
type Peadm::ConvertSteps = Enum['modify-primary-certs', 'modify-infra-certs', 'convert-node-groups', 'finalize']

0 commit comments

Comments
 (0)