Skip to content

Commit 8543fe4

Browse files
author
zhouhao
committed
Add a function description to checkos
Signed-off-by: zhouhao <[email protected]>
1 parent 73b6992 commit 8543fe4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

validate/validate.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,7 @@ func (v *Validator) CheckMounts() (msgs []string) {
385385
return
386386
}
387387

388+
// CheckOS checks v.spec.Platform.OS
388389
func (v *Validator) CheckOS() (msgs []string) {
389390
logrus.Debugf("check os")
390391

0 commit comments

Comments
 (0)