Skip to content

Commit

Permalink
fix: update the logging for seeding projects
Browse files Browse the repository at this point in the history
Signed-off-by: terry.hung <[email protected]>
  • Loading branch information
Terryhung committed Oct 18, 2024
1 parent 5cfe856 commit a61e6bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/single/start.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ func startAdmin(ctx context.Context, cfg Admin) error {
projects = cfg.SeedProjects
}
seedProjects := adminRepositoriesConfig.MergeSeedProjectsWithUniqueNames(projects, cfg.SeedProjectsWithDetails)
logger.Infof(ctx, "Seeding default projects... %v", projects)
logger.Infof(ctx, "Seeding default projects... %v", seedProjects)
if err := adminServer.SeedProjects(ctx, seedProjects); err != nil {
return err
}
Expand Down

0 comments on commit a61e6bd

Please sign in to comment.