Skip to content

Commit

Permalink
(maint) Fix pdk lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
jhbuchanan45 committed Oct 16, 2024
1 parent bb0f87c commit 528d200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/convertsteps.pp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#
# @summary type for the different steps where the peadm::convert plan can be started
#
type Peadm::ConvertSteps = Enum[ 'modify-primary-certs', 'modify-infra-certs', 'convert-node-groups', 'finalize']
type Peadm::ConvertSteps = Enum['modify-primary-certs', 'modify-infra-certs', 'convert-node-groups', 'finalize']

0 comments on commit 528d200

Please sign in to comment.