Skip to content

Commit 0479948

Browse files
committed
Fix typo in PreReleaseValidate method comment
Signed-off-by: Huagong Wang <[email protected]>
1 parent 04f9feb commit 0479948

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release/pkg/manager/calico/manager.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ func (r *CalicoManager) checkCodeGeneration() error {
396396
}
397397

398398
func (r *CalicoManager) PreReleaseValidate() error {
399-
// Cheeck that we are on a release branch
399+
// Check that we are on a release branch
400400
if r.validateBranch {
401401
branch, err := utils.GitBranch(r.repoRoot)
402402
if err != nil {

0 commit comments

Comments
 (0)