Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
anshumanks committed Feb 7, 2025
1 parent 055eb92 commit 017e3d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/spec.go
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@ type VersionUpgradeJobSpec struct {
HConf string `json:"hadoopConf,omitempty"`
PreUpgrade bool `json:"preUpgrade,omitempty"`
PostUpgrade bool `json:"postUpgrade,omitempty"`
SkipPreUpgradeFlag bool `json:"skipPreUpgrade,omitempty"`
SkipPreUpgradeFlag bool `json:"skipPreUpgradeFlag,omitempty"`
SkipPreUpgrade bool `json:"skipPreUpgrade,omitempty"`
}

Expand Down

0 comments on commit 017e3d1

Please sign in to comment.