mirror of
https://github.com/Myzel394/config-lsp.git
synced 2025-06-18 23:15:26 +02:00
fix(sshd_config): Rename indexes -> i to avoid ambiguity with package
This commit is contained in:
parent
99339f3edd
commit
942e2477e2
@ -18,9 +18,9 @@ func Analyze(
|
|||||||
return errsToDiagnostics(errors)
|
return errsToDiagnostics(errors)
|
||||||
}
|
}
|
||||||
|
|
||||||
indexes, indexErrors := indexes.CreateIndexes(*d.Config)
|
i, indexErrors := indexes.CreateIndexes(*d.Config)
|
||||||
|
|
||||||
d.Indexes = indexes
|
d.Indexes = i
|
||||||
|
|
||||||
errors = append(errors, indexErrors...)
|
errors = append(errors, indexErrors...)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user