Skip to content
Snippets Groups Projects
Commit 86d159be authored by Pavel Antonov's avatar Pavel Antonov :asterisk: Committed by Alex Petraky
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent dd6c7e98
No related branches found
No related tags found
No related merge requests found
...@@ -113,7 +113,7 @@ func (s *Setup) InstallCollections(ctx context.Context) (err error) { ...@@ -113,7 +113,7 @@ func (s *Setup) InstallCollections(ctx context.Context) (err error) {
zap.Error(err), zap.Error(err),
) )
return errors.Wrap(errors.WithDetail(err, "Возникла ошибка при миграции коллекций"), "migrate environment") return errors.WithDetail(errors.Wrap(err, "migrate environment"), "Возникла ошибка при миграции данных"))
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment