Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
Change validated -> validates at line  159
```release-note
None
```
  • Loading branch information
Haoyun authored Apr 17, 2018
1 parent d892abc commit fd0aad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/app/app.go
Original file line number Diff line number Diff line change
@@ -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) {
if len(opt.InputFiles) == 0 {
// Here docker-compose is the input

0 comments on commit fd0aad1

Please sign in to comment.