aboutsummaryrefslogtreecommitdiffstats
path: root/config/modules.go
diff options
context:
space:
mode:
Diffstat (limited to 'config/modules.go')
-rw-r--r--config/modules.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/modules.go b/config/modules.go
index 8b3d2b8..b1f35b8 100644
--- a/config/modules.go
+++ b/config/modules.go
@@ -93,7 +93,7 @@ type Submodule struct {
raw *format.Subsection
}
-// Validate validate the fields and set the default values
+// Validate validates the fields and sets the default values
func (m *Submodule) Validate() error {
if m.Path == "" {
return ErrModuleEmptyPath