forked from LaconicNetwork/kompose
Typo fix
Change validated -> validates at line 159 ```release-note None ```
This commit is contained in:
parent
d892abc353
commit
fd0aad152f
@ -156,7 +156,7 @@ func ValidateFlags(bundle string, args []string, cmd *cobra.Command, opt *kobjec
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// ValidateComposeFile validated the compose file provided for conversion
|
// ValidateComposeFile validates the compose file provided for conversion
|
||||||
func ValidateComposeFile(opt *kobject.ConvertOptions) {
|
func ValidateComposeFile(opt *kobject.ConvertOptions) {
|
||||||
if len(opt.InputFiles) == 0 {
|
if len(opt.InputFiles) == 0 {
|
||||||
// Here docker-compose is the input
|
// Here docker-compose is the input
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user