Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
Signed-off-by: Arko Dasgupta <arko@tetrate.io>
  • Loading branch information
arkodg committed Feb 21, 2023
1 parent 8bb1ad8 commit b39b021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cmd/egctl/translate.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ func validate(inFile, inType, outType string) error {
return fmt.Errorf("%s is not a valid output type. %s", outType, getValidOutputTypesStr())
}
if inFile == "" {
return fmt.Errorf("--file must be specified.")
return fmt.Errorf("--file must be specified")
}

return nil
Expand Down

0 comments on commit b39b021

Please sign in to comment.