mirror of
https://github.com/bitechdev/ResolveSpec.git
synced 2026-01-17 16:34:25 +00:00
fix: lint issues after merge
This commit is contained in:
@@ -182,7 +182,7 @@ func (s *service) validateMountConfig(config MountConfig) error {
|
||||
}
|
||||
|
||||
if config.Provider == nil {
|
||||
return fmt.Errorf("Provider cannot be nil")
|
||||
return fmt.Errorf("provider cannot be nil")
|
||||
}
|
||||
|
||||
return nil
|
||||
|
||||
Reference in New Issue
Block a user