Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'internal/praefect/assignment.go')
-rw-r--r--internal/praefect/assignment.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/praefect/assignment.go b/internal/praefect/assignment.go
index 1aa6447ad..c2c9b19c0 100644
--- a/internal/praefect/assignment.go
+++ b/internal/praefect/assignment.go
@@ -22,7 +22,7 @@ func NewDisabledAssignmentStore(storages map[string][]string) AssignmentStore {
return disabledAssignments(storages)
}
-// GetHostAssigments simply returns all of the storages configured for the virtual storage.
+// GetHostAssignments simply returns all of the storages configured for the virtual storage.
func (storages disabledAssignments) GetHostAssignments(ctx context.Context, virtualStorage string, repositoryID int64) ([]string, error) {
return storages[virtualStorage], nil
}